Skip to content

Commit

Permalink
Merge pull request #336 from aspose-pdf/fix-links-2
Browse files Browse the repository at this point in the history
Fix links and remove 404 links
  • Loading branch information
Oleksii-Zubenko authored Dec 9, 2024
2 parents a5108c4 + 061f961 commit 626239c
Show file tree
Hide file tree
Showing 453 changed files with 453 additions and 217 deletions.
2 changes: 0 additions & 2 deletions _index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,9 @@ Microsoft SQL Server Reporting Services fulfills a need that many organizations
- [Dowload Aspose.PDF for Reporting Services](https://releases.aspose.com/pdf/reportingservices/)
- [Sample Reports Gallery Aspose.PDF for Reporting Services](/pdf/reportingservices/sample-reports-gallery/)
- [Install Aspose.Pdf for Reporting Services](/pdf/reportingservices/install-aspose-pdf-for-reporting-services/)
- [Integration with Microsoft Report Viewer in local mode](/pdf/reportingservices/integration-with-microsoft-report-viewer-in-local-mode/)
- [License Aspose.Pdf for Reporting Services](/pdf/reportingservices/license-aspose-pdf-for-reporting-services/)
- [Configure Aspose.Pdf for Reporting Services](/pdf/reportingservices/configure-aspose-pdf-for-reporting-services/)
- [Expand Report Items Properties](/pdf/reportingservices/expand-report-items-properties/)
- [Integration with MS ReportViewer 2010 and 2012](/pdf/reportingservices/integration-with-ms-reportviewer-2010-and-2012/)
- [Evaluate Aspose.Pdf for Reporting Services](/pdf/reportingservices/evaluate-aspose-pdf-for-reporting-services/)

{{% alert color="primary" %}}
Expand Down
1 change: 1 addition & 0 deletions androidjava/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ second_title: Aspose.PDF for Android via Java
type: docs
weight: 100
url: /androidjava/
description: Explore Aspose.PDF for Android via Java. Create, manipulate, and convert PDF files seamlessly in Android applications with powerful features.
is_root: true
lastmod: "2021-05-08"
---
Expand Down
1 change: 0 additions & 1 deletion androidjava/converting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ Converting PDF/A to PDF formats and back it's possible with Java library.
| Convert File to PDF | Convert PDF to File |
| :---------------- | :------------------ |
| [Convert Text to PDF](/pdf/androidjava/convert-text-to-pdf/) | [Convert PDF to Text](/pdf/androidjava/convert-pdf-to-txt/) |
| [Convert PCL to PDF](/pdf/androidjava/convert-pcl-to-pdf/) | |
| [Convert XML to PDF](/pdf/androidjava/convert-xml-to-pdf/) | |

2 changes: 1 addition & 1 deletion androidjava/get-started/how-to-run-the-examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: How to run other examples
type: docs
weight: 40
url: /androidjava/how-to-run-other-examples/
description: This page demonstrates guidelines that will be helpful the following requirements before downloading and running the examples.
description: Explore how to run various examples using Aspose.PDF on Android/Java for leveraging PDF functionalities in mobile apps.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Extract Paragraph
type: docs
weight: 20
url: /androidjava/extract-paragraph-from-pdf/
description: This article describes how to use ParagraphAbsorber - a special tool in Aspose.PDF to extract text from PDF documents.
description: Learn how to extract specific paragraphs from a PDF document in Android/Java using Aspose.PDF for content extraction.
lastmod: "2021-06-05"
sitemap:
changefreq: "weekly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Extra Annotations
type: docs
weight: 60
url: /cpp/extra-annotations/
description: This section describes how to add, get, and delete extra kinds of annotations from your PDF document.
description: Explore how to add extra annotations, such as comments or highlights, to PDF files in C++ using Aspose.PDF.
lastmod: "2021-11-24"
sitemap:
changefreq: "weekly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Highlights Annotation
type: docs
weight: 20
url: /cpp/highlights-annotation/
description: The Markup annotations are presented in the text as highlights, underlines, strikeouts, or jagged underlines in the text of a document.
description: Explore how to apply highlights annotation to PDF text in C++ with Aspose.PDF for document enhancement.
lastmod: "2021-11-24"
sitemap:
changefreq: "monthly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following table indicates the Annotation types that Aspose.PDF for C++ suppo
|[PolyLine](/pdf/cpp/figures-annotation/)|(PDF 1.5) Polyline annotation|||
|[Highlight](/pdf/cpp/highlights-annotation/)|(PDF 1.3) Highlight annotation|||
|[Underline](/pdf/cpp/highlights-annotation/)|(PDF 1.3) Underline annotation|||
|[Squiggly](/cpp/highlights-annotation/)|(PDF 1.4) Squiggly-underline annotation|||
|[Squiggly](/pdf/cpp/highlights-annotation/)|(PDF 1.4) Squiggly-underline annotation|||
|[StrikeOut](/pdf/cpp/highlights-annotation/)|(PDF 1.3) Strikeout annotation|||
|[Stamp](/pdf/cpp/stamping/)|(PDF 1.3) Rubber stamp annotation|||
|[Caret](/pdf/cpp/extra-annotations/)|(PDF 1.5) Caret annotation|||
Expand Down
2 changes: 1 addition & 1 deletion cpp/advanced-operations/graphs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Working with Graphs
type: docs
weight: 70
url: /cpp/graphs/
description: This article explains what a is Graph, how to create a filled rectangle object, how to add text inside a graph object, how to add a line object to PDF and etc.
description: Learn how to create and manipulate graphs within PDF files in C++ using Aspose.PDF for visual data representation.
lastmod: "2021-12-18"
sitemap:
changefreq: "weekly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void DeleteAllBookmarksFromPDFDocument() {

## Delete a Particular Bookmark from a PDF Document

[Delete All Attachments from PDF document](https://docs.aspose.com/pdf/cpp/working-with-attachments/) showed how to delete all attachments from a PDF file. It is also possible to only remove specific attachments.
[Delete All Attachments from PDF document](https://docs.aspose.com/pdf/cpp/removing-attachment-from-an-existing-pdf/) showed how to delete all attachments from a PDF file. It is also possible to only remove specific attachments.

To delete a particular bookmark from a PDF file:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Extract Links
type: docs
weight: 30
url: /cpp/extract-links/
description: Extract links from PDF with C#. This topic explain you how to extract links using AnnotationSelector class.
description: Learn how to extract links from a PDF document in C++ using Aspose.PDF to analyze and manage hyperlinks within PDF files.
lastmod: "2021-06-05"
sitemap:
changefreq: "weekly"
Expand Down
1 change: 1 addition & 0 deletions cpp/advanced-operations/pdf-file-metadata/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: PDF File Metadata
type: docs
weight: 20
url: /cpp/pdf-file-metadata/
description: Discover how to read and modify PDF metadata using Aspose.PDF for C++. Enhance PDF document properties with easy-to-follow instructions.
---

## Get/Set PDF File Information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Search and Get Images
type: docs
weight: 60
url: /cpp/search-and-get-images-from-pdf-document/
description: This section explain how to search and get images from PDF document with Aspose.PDF library.
description: Explore how to extract and search for images within PDF files in .NET using Aspose.PDF for media extraction.
lastmod: "2021-12-18"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Add backgrounds
type: docs
weight: 110
url: /cpp/add-backgrounds/
descriptions: Add background image to the your PDF file with C++. Use the BackgroundArtifact object.
description: Learn how to add customizable backgrounds to PDF documents with Aspose.PDF for C++. Follow this step-by-step guide.
lastmod: "2021-12-03"
sitemap:
changefreq: "weekly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Stamping
type: docs
weight: 120
url: /cpp/stamping/
description: This section describes how to add image stamps and text stamps to a PDF page.
description: Learn how to stamp text or images onto PDF documents in C++ with Aspose.PDF to add watermarks or annotations.
lastmod: "2021-06-05"
sitemap:
changefreq: "weekly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Add Text to PDF
type: docs
weight: 10
url: /cpp/add-text-to-pdf-file/
description: This article describes various aspects of working with text in Aspose.PDF. Learn how to add text to PDF, add HTML fragments, or use custom OTF fonts.
description: Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization.
lastmod: "2021-12-10"
sitemap:
changefreq: "monthly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Replace Text in PDF
type: docs
weight: 40
url: /cpp/replace-text-in-pdf/
description: Learn more about various ways of replacing and removing text from PDF. Aspose.PDF allows replacing text in a particular region or with a regular expression.
description: Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits.
lastmod: "2021-12-13"
sitemap:
changefreq: "monthly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Rotate Text Inside PDF
type: docs
weight: 50
url: /cpp/rotate-text-inside-pdf/
description: Learn different ways to rotate text to PDF. Aspose.PDF allows you to rotate text to any angle, rotate text fragment or a whole paragraph.
description: Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout.
lastmod: "2021-12-13"
sitemap:
changefreq: "weekly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Search and Get Text
type: docs
weight: 60
url: /cpp/search-and-get-text-from-pdf/
description: This article explains how to use various tools to search and get a text from PDF docs. We can search with regular expression from particular or whole pages.
description: Learn how to search and extract text from PDF files in C++ using Aspose.PDF for efficient text retrieval.
lastmod: "2021-12-13"
sitemap:
changefreq: "monthly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Text Formatting inside PDF
type: docs
weight: 30
url: /cpp/text-formatting-inside-pdf/
description: This page explains how to format text inside your PDF file. There are adding line Indent, adding text border, adding underline text, adding a border around the added text, text alignment for floating box contents and etc.
description: Learn how to apply text formatting within PDFs in C++ using Aspose.PDF to control text appearance.
lastmod: "2021-12-13"
sitemap:
changefreq: "weekly"
Expand Down
2 changes: 1 addition & 1 deletion cpp/converting/convert-other-files-to-pdf/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: docs
weight: 80
url: /cpp/convert-other-files-to-pdf/
lastmod: "2021-11-19"
description: This topic show you how to Aspose.PDF allows to convert other file formats to PDF document.
description: Learn how to convert a variety of file formats, including Word and Excel, into PDF format using Aspose.PDF in C++.
sitemap:
changefreq: "monthly"
priority: 0.5
Expand Down
2 changes: 1 addition & 1 deletion cpp/converting/convert-pdf-to-images-format/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: docs
weight: 70
url: /cpp/convert-pdf-to-images-format/
lastmod: "2021-11-19"
description: This topic show you how to Aspose.PDF allows to convert PDF to various images formats. Convert PDF pages to PNG, JPEG, BMP images with a few lines of code.
description: Learn how to convert PDF pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++.
sitemap:
changefreq: "monthly"
priority: 0.5
Expand Down
2 changes: 1 addition & 1 deletion cpp/converting/convert-pdf-to-other-files/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: docs
weight: 90
url: /cpp/convert-pdf-to-other-files/
lastmod: "2021-11-19"
description: This topic show you how to Aspose.PDF allows to convert PDF file to other file formats.
description: Learn how to convert PDF documents to other formats such as Word, Excel, and image formats using Aspose.PDF in C++.
sitemap:
changefreq: "monthly"
priority: 0.8
Expand Down
2 changes: 1 addition & 1 deletion cpp/converting/convert-pdf-to-pdfa/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: docs
weight: 100
url: /cpp/convert-pdf-to-pdfa/
lastmod: "2021-11-01"
description: This topic show you how to Aspose.PDF allows to convert a PDF file to a PDF/A compliant PDF file.
description: Learn how to convert PDF documents to PDF/A format for long-term preservation using Aspose.PDF in C++.
sitemap:
changefreq: "monthly"
priority: 0.8
Expand Down
2 changes: 1 addition & 1 deletion cpp/get-started/how-to-run-other-examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: How to run other examples
type: docs
weight: 50
url: /cpp/how-to-run-other-examples/
description: This page demonstrates guidelines that will be helpful the following requirements before downloading and running the examples.
description: Learn how to execute different examples using Aspose.PDF in C++ for seamless PDF document management.
lastmod: "2021-06-05"
sitemap:
changefreq: "weekly"
Expand Down
1 change: 1 addition & 0 deletions cpp/get-started/work-with-pdf-documents-in-qt/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Work with PDF Documents in Qt
type: docs
weight: 130
url: /cpp/work-with-pdf-documents-in-qt/
description: Discover how to create and manage PDF documents in Qt using Aspose.PDF for C++. Follow this comprehensive guide.
lastmod: "2021-11-01"
---

Expand Down
1 change: 1 addition & 0 deletions cpp/working-with-facades/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Working with Aspose.Pdf Facades
type: docs
weight: 75
url: /cpp/working-with-aspose-pdf-facades/
description: Learn how to use Aspose.PDF Facades for C++. Simplify PDF file operations with this powerful, high-level API for efficient processing.
---

- [Working with Annotations - Facades](/pdf/cpp/working-with-annotations-facades/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Working with Annotations - Facades
type: docs
weight: 10
url: /cpp/working-with-annotations-facades/
description: Learn to manage PDF annotations efficiently using Aspose.PDF for C++. Simplify the process with annotation facades.
---

### **Articles in this section**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Add, Delete and Get Annotation - Facades
type: docs
weight: 10
url: /cpp/add-delete-and-get-annotation-facades/
description: Discover how to add, delete, and retrieve annotations in PDF documents using C++ and Aspose.PDF for advanced document markup.
---

## <ins>**Add Annotation in an existing PDF file using PdfContentEditor**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Working with Bookmarks - Facades
type: docs
weight: 20
url: /cpp/working-with-bookmarks-facades/
description: Explore how to create, edit, and manage bookmarks in PDFs using Aspose.PDF for C++ and bookmark facades.
---

#### **Articles in this section**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Add and Delete Bookmarks
type: docs
weight: 10
url: /cpp/add-and-delete-bookmarks/
description: Learn how to manage bookmarks in PDF files, including adding and deleting, using C++ and Aspose.PDF for better document navigation.
---

## <ins>**Add Bookmark**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Working with Security and Signatures - Facades
type: docs
weight: 30
url: /cpp/working-with-security-and-signatures-facades/
description: Learn to apply security and digital signatures to PDFs with Aspose.PDF for C++. Enhance document protection and authenticity.
---
#### **Articles in this section**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Encrypt, Decrypt and set Privileges on PDF documents
type: docs
weight: 10
url: /cpp/encrypt-decrypt-and-set-privileges-on-pdf-documents/
description: Find out how to encrypt, decrypt, and set security privileges on PDF documents using C++ and Aspose.PDF to protect sensitive content.
---

## <ins>**Set Privileges on an Existing PDF File**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Working With Text - Facades
type: docs
weight: 40
url: /cpp/working-with-text-facades/
description: Simplify text manipulation in PDF files using text facades with Aspose.PDF for C++. Add, edit, and format text seamlessly.
---

### **Articles in this section**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Extract Text from PDF - Facades
type: docs
weight: 10
url: /cpp/extract-text-from-pdf-facades/
description: Learn how to extract text from PDF documents using the Facades API in C++ with Aspose.PDF for efficient content extraction.
---

## <ins>**Extract Text from all Pages of the Document**
Expand Down
1 change: 1 addition & 0 deletions jasperreports/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ second_title: Aspose.PDF for JasperReports
type: docs
weight: 120
url: /jasperreports/
description: Integrate Aspose.PDF for JasperReports to export reports into professional-grade PDFs. Enhance your JasperReports capabilities effortlessly.
is_root: true
lastmod: "2021-06-05"
---
Expand Down
1 change: 1 addition & 0 deletions jasperreports/product-information/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Product Information
type: docs
weight: 10
url: /jasperreports/product-information/
description: Detailed product information about Aspose.PDF for JasperReports. Learn about its features, integrations, and advanced PDF capabilities.
lastmod: "2021-06-05"
---

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: API Limitations
type: docs
weight: 80
url: /jasperreports/api-limitations/
description: Understand API limitations of Aspose.PDF for JasperReports. Find details to optimize integration with your reports.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Evaluate Aspose.Pdf
type: docs
weight: 70
url: /jasperreports/evaluate-aspose-pdf/
description: Evaluate Aspose.PDF for JasperReports for free. Experience advanced PDF export capabilities before committing.
lastmod: "2021-06-05"
---

Expand Down
1 change: 1 addition & 0 deletions jasperreports/product-information/feature-tour/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Feature Tour
type: docs
weight: 30
url: /jasperreports/feature-tour/
description: Take a feature tour of Aspose.PDF for JasperReports. Explore tools to create visually rich, well-structured PDF reports.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Easy and Lightweight Deployment
type: docs
weight: 10
url: /jasperreports/easy-and-lightweight-deployment/
description: Learn how to deploy Aspose.PDF for JasperReports with ease. Minimal setup ensures fast integration and excellent performance.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Simple and Affordable Licensing
type: docs
weight: 20
url: /jasperreports/simple-and-affordable-licensing/
description: Discover simple and affordable licensing options for Aspose.PDF for JasperReports. Unlock powerful PDF export features at great value.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: World Class Free Technical Support
type: docs
weight: 30
url: /jasperreports/world-class-free-technical-support/
description: Enjoy world-class free technical support for Aspose.PDF for JasperReports. Get expert help for any query or technical issue.
lastmod: "2021-06-05"
---

Expand Down
1 change: 1 addition & 0 deletions jasperreports/product-information/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Install Aspose.PDF for JasperReports
type: docs
weight: 50
url: /jasperreports/installation/
description: Step-by-step installation guide for Aspose.PDF for JasperReports. Start creating professional PDFs from JasperReports today.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Integration with JasperReports
type: docs
weight: 20
url: /jasperreports/integration-with-jasperreports/
description: Discover how to integrate Aspose.PDF with JasperReports. Seamlessly export reports to professional-grade PDFs with enhanced functionality.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Integration with JasperServer
type: docs
weight: 30
url: /jasperreports/integration-with-jasperserver/
description: Learn how to integrate Aspose.PDF with JasperServer. Easily export server reports to high-quality PDF formats.
lastmod: "2021-06-05"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: System Requirements
type: docs
weight: 10
url: /jasperreports/system-requirements/
description: Learn about the system requirements for Aspose.PDF for JasperReports. Ensure compatibility and optimal performance with your environment.
lastmod: "2021-06-05"
---

Expand Down
Loading

0 comments on commit 626239c

Please sign in to comment.