Questions tagged [aspose.pdf]

Aspose.Pdf for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document.

About

Aspose.Pdf for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or inset pages; transform pages to image; print PDF documents and much more.

Links

Website

Documentation

177 questions
0
votes
0 answers

Aspose.pdf.Heading text went to out of the page - DOM pdf approach

I am trying to build list text using the heading objects. While entering the text into heading text, the list text is went to out of the page. Document pdfDoc = new Document(); pdfDoc.PageInfo.Width = 612.0; …
0
votes
0 answers

Hyperlink Alignment issue with Aspose.Net PDF with DOM Approach

Hyperlink text not aligned properly in PDF. For example,if textfragment have Both normal text and hyperlink text irrespective of fragment.IsInLineParagraph = true/false; in detail: have a multiple lines of hyperlink text with normal text,…
it'sme
  • 531
  • 6
  • 23
0
votes
0 answers

How to split SVG into chunks of desired size to render it to PDF

I want to render a large SVG image to a PDF document (PageSize = A4).I am using Itext Library and Java. Here is a post that describes how to render a image larger than page size to PDF () How to show an image with large dimensions across multiple…
Akash Mahajan
  • 512
  • 4
  • 16
0
votes
1 answer

Convert aspose.pdf document to aspose.pdf.generator document

I have an existing process that builds various PDF documents in memory using aspose.pdf.generator. The process then concatenates the PDF files and returns one PDF to the user at the end. I now have a requirement to insert existing Word documents…
Scott
  • 3
  • 4
0
votes
0 answers

Dash ("–") breaks aspose.pdf xsl-fo

I have an xsl-fo xslt file, and it generates blank pages, along with the standard "An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem" error…
Nathan Tregillus
  • 6,006
  • 3
  • 52
  • 91
0
votes
2 answers

java.lang.IllegalArgumentException: Map size (0) must be >= 1

I have written a Java program that deals with PDF's and at the end it runs the following code to optimize the file size of the PDF's that were created. log.debug("Optimizing the PDF"); OptimizationOptions opt = new…
0
votes
1 answer

Send multiple pdf files from one folder to printer. ASPOSE.PDF. C#

I'm trying to send multiple files from one folder to printer. Now, I can send just one file from folder to printer. However I want to print the files from the folder. I'm using ASPOSE.PDF I was trying to modify the following code but without…
Amelia K
  • 61
  • 1
  • 6
0
votes
1 answer

How to keep pdf structure after add/replace image by Aspose.Pdf

I trying to replace images in a pdf page with another image outside using Aspose.Pdf. This is the pdf before replace that's opened by AI: And this is the pdf after replace: How can I keep the structure of pdf when I do replacement? Thanks.
Ringo
  • 3,795
  • 3
  • 22
  • 37
-1
votes
1 answer

Aspose.Word Pdf properties

I create Pdа via Aspose.Word Can't find any class for modify pdf propeties to set author of document Тип Время Сообщение 22:24:44 Компиляция кода проекта Ошибка при компиляции общего кода "CS0246" "The type or namespace name 'PdfSaveOptions'…
Mis Urb
  • 11
  • 2
-1
votes
1 answer

How to use ghostscript to check if pdf is already converted to pdf/a?

I searched for an answer but all I could find is how to convert pdf to pdf/a which is what I'm already doing. Now I need to find if the pdf is converted to prevent unnecessary second conversion. Right now I'm using Aspose to check if the pdf is…
nvko
  • 93
  • 1
  • 3
  • 6
-1
votes
1 answer

On deploying latest Aspose 10.6.2 v getting NULLPOINTEREXCEPTION on save in UNIX env

I had migrated the jar to Aspose latest version(10.6.2) and successfully deployed on UNIX env. While saving the form in UNIX env I am getting NullpointerPointer exception.
-2
votes
1 answer

Extract particular text from particular page using Aspose PDF in Java

How to extract text from a pdf file using Aspose PDF in Java? I'm looking for this functionality from Aspose API (no code samples?) edit- Req: Let's say a pdf has this text at random locations along with some other data. First Name: John Last…
intruder
  • 417
  • 1
  • 3
  • 18
1 2 3
11
12