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 ArticleConvert 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 Articlepdf 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 ArticleProblems 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 ArticleIssue 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 ArticleBug 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 ArticleAspose 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 ArticlePdfFileSecurity 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 ArticleHow 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 ArticleHow 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 ArticleUnable 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 ArticleFont '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 ArticleCompilation 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 ArticleHTML 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 ArticleWhitespace 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 ArticleGet 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 ArticleCropping 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 ArticleJPG 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 ArticleDefault 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 ArticleTable.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