Forum thread disappeared
Hello Aspose,I originally posted to an existing thread, and was asked to provide some same code, which I did. When returning to this thread on the forum, I received the error message "Access...
View ArticleTable alignment is not properly
i am trying to convert a text file to a pdf in a table format but the pdf alignment is not proper. Aspose.Pdf.Generator.Pdf pdf1 = new Aspose.Pdf.Generator.Pdf(); //Create a new section in...
View ArticleSet image quality
I am using aspose 8.6 trail version. I want to know when I am converting pdf to image than can we set quality parameters for that image so that we can maintain good quality while converting?This...
View ArticleJpeg2000 file to pdf conversion problem
I've got a problem when converting Jpeg2000 file to pdf using Aspose.PDFThe picture from Jpeg2000 is always very small when shown in pdf. I tried different sizes and resolutions but no effect.The Jpeg...
View Articlewatermark is not being added in pdf
Hello I'm trying to add watermark to a pdf, but it is not being added. This is a code snippet from a c++\cli dll.----------------Aspose::Words::Document^ DocAspose = gcnew...
View ArticleAdding an image to a pdf results a in blurry / not readable document
Goal: we start from a pdf containing a nontransparent tiff (white background) and we want to obtain the same pdf containing the same image made transparent.Procedure: extract the tiff, read it, make...
View ArticleBindXml : (500) Internal Server Error
Hello,We are evaluating Aspose.pdf but we could not succeed converting xml file generated by our software.When we call BindXml( xmlfile, xsltfile) it generates following exception...
View ArticleXMP Meta Data: Add extension schema for userdefined XMP Metadata
Dear Sir or Madam,we use aspose.pdf to add !CUSTOM! Metadata.We use your democode:http://www.aspose.com/docs/display/pdfnet/Set+XMP+Metadata+in+a+PDF+FileAll Metadata were added as we expect. Then we...
View ArticlePDF to JPEG
Hi,I'm having this exception using the JPEG device while converting PDF to JPEG images:com.aspose.ms.System.ab: Object not found at com.aspose.pdf.a.a.d.a(Unknown Source) at...
View ArticleTrouble converting certain PDF
Hello,I have trouble converting certain PDF file (attached) to bitmap. Following code results with empty bitmap. No exceptions are being thrown. For other pdf's code works fine.Stream inputStream = new...
View ArticleExample for Fully Justified Text in PDF
Hi I'm looking for examples on Full Justify for PDF in SSRS. Can you please also share that if custom Bullet type are supported in Aspose.Pdf for SSRS.Many Thanks,This message was posted using...
View ArticleProblem with Concatenate method
We are concatenating several PDF documents via PdfFileEditor.Concatenate method. In short I have a special class which contains in each row a string array of file names to concatenate and a file name...
View ArticleTrouble replacing multiple images on multi-page pdf document
Hi,I'm having some issues trying to replace images on a multi-page pdf document. I am using the Aspose.Barcode to generate a different barcode image for each page of a pdf document. I loop through each...
View ArticleTable of content issue in Aspose pdf 8.5
Hi ,In need some help regarding table of contents in Aspose pdf 8.5. Please refer to attached pdf that has been created . Problem 1: There are some fields data (returned from database) that has HTML ,...
View ArticleThe units supported for setting the page size are as follows:point, cm, inch
In the article "Set Page Size and Margins" you say: The units supported for setting the page size are as follows:point, cm, inchbut on the next line you have warning: In API, only point unit is...
View ArticleIssue in PDF to Image conversion
Hi,I have downloaded aspose trail version for converting pdf to image and image to pdf. When I am converting pdf to image than some files are converted and some are not. Means most of the files I found...
View ArticleMerge encrypted pdfs
Hi,is it possible with the Aspose API to merge two pdf files where one or both pdf documents are encrypted ? If this is possible is there a documentation you can point me to ?Thanks very much for your...
View ArticleAspose.Pdf.Facades.PdfBookmarkEditor() system.outofmemoryexceptions
I am getting a system.outofmemoryException when I try to bind bookmarkeditor to a large pdf file that is 55 MB. Is there a memory limit on the bookmarkeditor? using...
View ArticleTable of Contents in Merged pdf (Aspose Pdf 8.5)
Hi,I have a requirement in my project to create Table of Contents in Merged pdf in .NET. We are already using Aspose old version of Word and Pdf and now evaluating Aspose pdf 8.5.I have attached some...
View ArticleCorrupted pdf generated with specific Rectangle
When I try to create PDF, that contains Rectangle with bottom=0.0000610351563f output PDF become corrupted. Here is simplified example: static void Main(string[] args) { var...
View Article