Skip to content

Commit 728f435

Browse files
committed
fix: added minor fixes for Hugo v0.136
1 parent 53b1f84 commit 728f435

File tree

3 files changed

+14
-12
lines changed
  • cpp/advanced-operations/working-with-pages/stamping/text-stamps-in-pdf-file
  • net/get-started
  • reportingservices/product-overview

3 files changed

+14
-12
lines changed

cpp/advanced-operations/working-with-pages/stamping/text-stamps-in-pdf-file/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: docs
55
weight: 20
66
url: /cpp/text-stamps-in-the-pdf-file/
77
description: Add a text stamp to a PDF file using the TextStamp class with C++.
8-
lastmod: "2021-12-95"
8+
lastmod: "2024-10-05"
99
sitemap:
1010
changefreq: "weekly"
1111
priority: 0.7
@@ -17,7 +17,7 @@ You can use [TextStamp](https://reference.aspose.com/pdf/cpp/class/aspose.pdf.te
1717

1818
```cpp
1919
void AddTextStampToPDFFile() {
20-
20+
2121
String _dataDir("C:\\Samples\\");
2222

2323
// String for input file name
@@ -26,7 +26,7 @@ void AddTextStampToPDFFile() {
2626

2727
// Open document
2828
auto document = MakeObject<Document>(_dataDir + inputFileName);
29-
29+
3030
// Create text stamp
3131
auto textStamp =MakeObject<TextStamp>(u"Sample Stamp");
3232

@@ -69,7 +69,7 @@ void DefineAlignmentTextStamp() {
6969

7070
// Open document
7171
auto document = MakeObject<Document>(_dataDir + inputFileName);
72-
72+
7373
// instantiate FormattedText object with sample string
7474
auto text = MakeObject<Aspose::Pdf::Facades::FormattedText>("This");
7575

net/get-started/_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get Started
2+
title: Get Started
33
linktitle: Get Started
44
type: docs
55
weight: 30
@@ -8,9 +8,9 @@ description: This section describes the basic principles of work and using DOM A
88
is_node: true
99
aliases:
1010
- /net/getting-started/
11-
lastmod: "2021-06-05"
11+
lastmod: "2024-10-25"
1212
sitemap:
13-
changefreq: "weekly"
13+
changefreq: "monthly"
1414
priority: 0.7
1515
---
1616

@@ -24,9 +24,9 @@ To find out more about Aspose.PDF, select the appropriate section:
2424

2525
[System Requirements](/pdf/net/system-requirements/) – provides information about system and development environment requirements
2626

27-
[Hello World](/pdf/net/hello-world-example/) – provides information on how to create simple PDF document using C# and Aspose.PDF
27+
[Hello World](/pdf/net/hello-world-example/) – provides information on how to create simple PDF document using C# and Aspose.PDF
2828

29-
[How to Run the Examples](/pdf/net/how-to-run-other-examples/) – describes how to download and run the examples and what software requirements must be
29+
[How to Run the Examples](/pdf/net/how-to-run-other-examples/) – describes how to download and run the examples and what software requirements must be
3030

3131
[Complex PDF](/pdf/net/complex-pdf-example/) – describes how to create a more complex document with C# library
3232

@@ -40,11 +40,11 @@ To find out more about Aspose.PDF, select the appropriate section:
4040

4141
[How to Run Aspose.PDF in Docker](/pdf/net/docker/) – provides information on how to utilize Aspose.PDF in a Docker container
4242

43-
[Overview of Aspose.PDF.Drawing for .NET](/pdf/net/drawing/) – provides information on how to use a new graphical Aspose.Drawing interface instead of System.Drawing
43+
[Overview of Aspose.PDF.Drawing for .NET](/pdf/net/drawing/) – provides information on how to use a new graphical Aspose.Drawing interface instead of System.Drawing
4444

45-
[Basics of Aspose.PDF DOM API](/pdf/net/basics-of-dom-api/) – this section will show the features of working with DOM, the form of presentation of structured documents as object-oriented model
45+
[Basics of Aspose.PDF DOM API](/pdf/net/basics-of-dom-api/) – this section will show the features of working with DOM, the form of presentation of structured documents as object-oriented model
4646

47-
### Learn more about:
47+
## Learn more about
4848

4949
- [Basics of DOM API](/pdf/net/basics-of-dom-api/)
5050
- ["Hello, World" C# Example](/pdf/net/hello-world-example/)

reportingservices/product-overview/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ lastmod: "2021-06-05"
1010

1111
![Aspose.PDF for Reporting Services](../../aspose_pdf-for-reporting-services.png)
1212

13+
{{% /alert %}}
14+
1315
## Welcome to Aspose.PDF for Reporting Services!
1416

1517
Microsoft SQL Server Reporting Services fulfills a need that many organizations are faced with - the need to build business intelligence and reporting solutions. Until now, developers were required to embed reports into their applications, or organizations were required to purchase expensive and sometimes problematic third-party reporting solutions. Now, Microsoft SQL Server Reporting Services offer a complete solution for distributing reports across the enterprise; enabling businesses to make decisions better and faster.

0 commit comments

Comments
 (0)