Quantcast
Channel: Aspose.Pdf Product Family
Browsing all 3131 articles
Browse latest View live

Deleting multiple particular bookmarks causes NullReferenceException

Hello, I am trying to delete several specific bookmarks. The first deletion works very well but the second deletion results in a nullreference exception.I am using version: 10.2.0Edit: Here is my...

View Article


Convert Dynamic XFA form to Standard AcroForm not working

Hi,I'm trying to convert the following PDF with XFA forms to standard Acroform but it failed using the following code from your example:var license = new License();...

View Article


pdf to html conversion fails, msg="Comparison method violates its...

I'm using Aspose.pdf.10.0.0-jdk6.  When I try convert the attached pdf to html, it fails with the stacktrace below.The code to convert is simple and works for other pdfs, but not for this particular...

View Article

Problems generating searchable PDF with HOCR input

Hi, i downloaded Aspose PDF for Java 9.7.1 and 10.0.0 to test the changes on the subject with no success.I'm attaching a snippet of the code i'm using for testing and the PDF i want to make...

View Article

Issue with vertical line spacing

I am using the .Net version Apose.PDF to render a PDF from some dynamically generated html for a current project. After I ran into some issues with the creation of columns using divs I tried using...

View Article


Bug when using Aspose.Pdf.Document.Pages.Insert and page layouts are different

HiAm using latest pdf dll for .net 2.0 version10.2.0.With Aspose.Pdf.Document IndexDocAspose.Pdf.Document MainDocWhen using MainDoc.Pages.Insert(1,IndexDoc.Pages) and IndexDoc is portrait and MainDoc...

View Article

Aspose pdf: extract text from a rectangle inside pdf file and get the note...

HelloWe need to extract the address from a pdf file, to do that we draw a rectangle around the address using adobe(check attached file), and while handling this file, we need to use aspose to search...

View Article

PdfFileSecurity is losing the "Allow Form Fields" setting resulting...

Aspose.Words: 13.5 Aspose.Pdf.Kit: 4.6 I user Aspose.Words to create a PDF with the setAllowFormFields set to true. The PDF has no security restrictions on it and it is saved for later. None of the...

View Article


How to get/set TextToDisplay of hyperlink in PDF document?

Hi Aspose team, I am currently trying to find a way to identify all hyperlinks in my document. It works for hyperlinks (URI) but I need to know also what is text that document reader will see. For...

View Article


How to extract all Adobe fields quickly?

Dear Aspose support,I need some help in processing a specific PDF document. My goal is to get every Adobe field in this document and its position + coordinates. Then, remove them from the document by...

View Article

Unable to extract barcode image from pdf

The attached pdf contains a datamatrix barcode, and nothing else. I tried extracting images, but none were extracted.  How can I extract this barcode to read it?  I am using the evaluation Aspose.Total...

View Article

Font 'Times New Roman' not found. Please make sure the customer font file is...

I getting the following exception when calling pdf.save() on a "aspose.pdf.Pdf" object:Caused by: java.lang.IllegalStateException: Font 'Times New Roman' not found. Please make sure the customer font...

View Article

Compilation Error when I include both Aspose.Words and Aspose.PDF

I am using VS2013I am getting the following compilation error when after I added "using Aspose.PDF to my C# namespace:error CS0104: 'Document' is an ambiguous reference between 'Aspose.Words.Document'...

View Article


HTML to PDF_DOM : Multi Column Table with different size content in it.

Hi Tilal,While testing HTML to PDF(DOM approach) using Aspose.Pdf we came across a scenario if which we have multi table column (10 X 10) with variable size content in it.Now in the generate PDF we can...

View Article

Whitespace after SVG conversion

Hi there,We're using Aspose.PDF to convert to SVG and there's a problem where the size of the SVG is not only different to the PDF, but it is also for some reason shrinking the content and putting a...

View Article


Get Page Margin

Hi Team   I would like to get the page margin from a pdf I tried the following code   Aspose.Pdf.Page pdfPage = pdfDocument.Pages[1];var info = pdfPage.PageInfo;var left = info.Margin.Left;in which I...

View Article

Cropping a pdf but not getting right area

I am using aspose.pdf for cropping pdf from a region. following code I have used for cropping the pdfDocument document = new Document(AppDomain.CurrentDomain.BaseDirectory + "A1.pdf"); PageCollection...

View Article


JPG Converted to PDF results into white blank page

We are trying to convert the attached jpg. Aspose successfully converts it but upon opening the pdf it shows only a white page.

View Article

Default header and footer for pages in com.aspose.pdf

HiCan you please let us know how to set default header and footer for all the pages of the document using com.aspose.pdf apiRegardsPraveen

View Article

Table.GetHeight() returns incorrect values

Hello,It seems that Table.GetHeight function doesn't return the correct values.I have tables that I measured in Acrobat but when I use Table.GetHeight, Aspose gives me a higher value. All tables have...

View Article
Browsing all 3131 articles
Browse latest View live