Hidden page element prints when using PdfViewer
Dear Aspose,When opening and printing the attached PDF in Acrobat it prints as it appears on screen. Opening the same document using Aspose.Pdf.Facades.PdfViewer(doc) prints a hidden section at the...
View ArticlePdf Product Family replace text wrong position
Hello,I'm trying to replace text in a pdf and the replacement itself works great but the position of replaced text doesn't.. In other words, the width of the new text could be bigger or smaller than...
View ArticleHow to detect if existing PDF is PDF/A conformant
Is there a way to detect if an existing PDF file conforms to PDF/A? I see several different ways to make a PDF conform to one of the PDF/A standards, but we need a way to detect if a file already...
View Article"System.OutOfMemoryException" when extracting text from Large PDF
Dear Team,I'm evaluating your component related to my requirements. When extracting the content of PDF file which has more than 1800 pages (PDF size --> 40 MB), the system throws...
View ArticleInmvalid paramters count for rg operator when converting to pdf/a
I get the following error on a lot of files (I have attached 3 examples) when I try to convert the file to pdf/a using the following code. I'm using version 8.2.0.0 of aspose.pdf. private static...
View ArticleUpload pdf in saaspose server through .net rest api
hii I am trying to upload pdf on saaspose through .net rest api. But I am getting internal server error when I am trying to upload pdf. Pls help me what I am doing wrongThis message was posted using...
View ArticleExtract Data from the typed or emailed or faxed PDF documents
Hello,Can we extract the Data from the PDF when we produced a fillable PDF that were typed or emailed or faxed? Means we scanned typed or email or faxed document and saved as PDF file.Please let me...
View ArticleSave a dynamic PDF as standard PDF
Hi,I have a PDF that is dynamic (FormType is Dynamic) that I would like to flatten and save with a FormType of Standard.Is this something I can change/set within the Aspose.Pdf product?ThanksTrent
View Articlehello
I followed the example to convert the pdf to word, but get error messageThis message was posted using Banckle Live Chat 2 Forum
View ArticleConverting HTML to PDF
When converting html to PDF, we occasionally receive a StackOverflowException. Since we are running this process as part of a web application, it is causing a major impact to the ability of the site to...
View ArticlePDF Portfolio Files
Hi,We are using EmbeddedFiles property to get the file collection from a PDF Portfolio document and we are saving the individual PDF's to a location in the order returned by this propertly (using for...
View ArticleRemoving footers
Is it possible to remove footers in a pdf document? I have tried using PdfPageEditor, Generator, and Page, yet nothing seems to allow me to identify and remove a footer from a page.I know that I could...
View ArticlePdfViewer.PrintDocumentWithSettings
Hello,Imagine that i have this method:private void PrintDocument(string filePath) { PdfViewer viewer = new PdfViewer(); viewer.OpenPdfFile(filePath);...
View ArticleSecurity privilege issues
When setting privileges on a document to allow commenting, this inadvertently sets filling in of forms to allowed as well DocumentPrivilege privilege = DocumentPrivilege.ForbidAll;...
View ArticleStamp becomes bold when an Image is in the section
Hi! I have an issue with stamps using Aspose 8.0. We are using stamps to modify a PDF document but when there is an image in the section, the stamp becomes bold. I have attached the image used in the...
View ArticleHighlighting TIFF converted OCR PDF does not work
Hi There,I've been trying to highlight keywords in a tiff converted to OCR PDF and it does not work as expected. It does add a patch above the text, however entire point of highlighting is not helping...
View ArticleHow can I GET Table/Cell/BorderInfo in PDF file
Hi,I see good samples to Get Text Segments and Images from PDF document.Please provide sample code to get Table/Cell/Shapes/Border members from PDF document. Arnon
View ArticlePDF/A-1a conversion stopped working in .Net version 7.2.0.0 and 7.3.0.0
Hi,I am using Aspose.Net total, and I have the following issue: in Aspose.Pdf.dll version 7.1.0.0 I could convert a PDF document to PDF/A-1a format (albeit with some compliance errors), but that...
View ArticlePDF to HTML - Retrieve raw HTML and Handle Images
I am attempting to save a PDF to HTML, get the resulting html, and override the logic that saves the images, I need to handle this in a very specific manner.1. I need to be able to get the resulting...
View Articlebroken tables between pages
Hello,I export list of tables into pdf.when page has not enough room , the table is broken into the next page.I want the whole table to be moved into the next page, so I use: tblsub.IsBroken =...
View Article