PDF saves with 0 bytes and no errors
Today I have discovered some very odd behaviour with the PDF Generator.I had a web service that takes in a JSON object which is serialised into custom .NET class structure I have built. This all works...
View ArticleSetLicense FileLoadException
Greetings,I need to use Aspose PDF during coded UI testing but am having trouble setting the license from within a running unit test class. The code works as part of console application just fine....
View ArticlePDF Form textbox value repeated
Hi,I have a problem with with PDF Form File.My file template is 1215v01Orig.pdf and the file result is 1215v01Orig.result.pdfIn the file result the values are repeated for the three columns, I' dont...
View Articlecannot check a checkbox
Hi team, var pdfForm = new Aspose.Pdf.Facades.Form(); //bind pdf pdfForm.BindPdf(file); // file is path of the file including the file name.// check the checkboxpdfForm.FillField("checkboxName",...
View ArticleTextFragmentAbsorber.TextFragments not functioning properly
Hi,We are using Aspose PDF for .Net evaluation version and we are facing few issues. We are trying to change the foreground color of text in a pdf using position and for some text the color is not...
View ArticleCustom font
Hi there,I am trying to integrate some custom font into our templates (Dejavu) and can't understand how.. The following construction doesn't work: HashMap fontMap = new...
View ArticlePDF Security: Change the signing part of the properties
Hi team,How I can change security on a PDF I have developed, I need to change the signing part of the properties to - allowed, instead of not allowed.This message was posted using Email2Forum by Babar...
View Articleextract xml from PDF in kids-array
Hi,we extract xml-attachments from pdf-files. These attachments are coded as a /Kids-Array (and not as a Names-Array) in the pdf-fle.With this code:Document pdfDoc = newDocument(sFile);...
View ArticleLogicalStructure NULL
When I open the attached document , i can not convert it to html neither i can Analyse it's structure. It is very urgent TIA
View ArticleHow many font are you support?
Hi, I use FontRepository.FindFont("fontname") to find a font. I wonder if the font name is the same as the Windows System's font. Or can you tell me which fonts do you support? And by the way,...
View ArticleProblems with PdfFileMend
Hi everyone,I can't seem to get this piece of code to work.It breaks on the first line saying:System.NotSupportedException: The given path's format is not supported.Can someone help me?Here is my code...
View ArticleXImage.Save(file, format, resolution) ignores resolution
I am attempting to reduce the size of my PDF files by replacing images with "shrunken" images.To shrink the images, I am attempting to use XImage.Save() with a resolution of 144 DPI.The size of the...
View ArticleInternal Error Converting PDF to Image using Cloud API
I am seeing an error when I convert a PDF document to an image. In general the conversion code works just fine, but for this specific PDF document it fails. I'll include the error as well as the PDF...
View ArticlePDF to JPG
Greeting All,Currently I have an application that converts a PDF to Image by using Aspose Total java.I tried converting this using latest trial version After converting image has good quality.When I...
View ArticlePDF Color Space -- Maintaining Color Space when rasterizing to JPF or TIF
Can someone confirm that the newest version of Aspose PDF for .NET can set the color space of a JPG or TIF file when converting from a PDF file?Our current version (v6) does not have any parameters to...
View ArticleIndexOutOfRangeException in ReplaceText pdf
hi,I am getting the following error when ReplaceText in the pdf.See Sample Code:Document doc = new Document(@"c:\temp\pdf\a.pdf");Aspose.Pdf.Facades.PdfContentEditor editor = new...
View ArticleVersion 6.3 dlls for .Net 4.0
Once upon a time Westat bought a single user licence to Aspose Total for use on a project. That project died; but I have been asked to use Aspose PDF to create a complex PDF report.. I found the old...
View Articlecan i restrict my pdf file using aspose dll
can i restrict my pdf file from the download using aspose dll This message was posted using Banckle Live Chat 2 Forum
View ArticleConvert TEXT to PDF with Font Settings
Hi, I would like to convert text files to PDF file while setting the font style and size. Is it possible, if yes, please provide the code snippet in .NET.Thank you. This message was posted using...
View ArticleUnable to save document: receive error "Invalid xref type"
Opening and then saving the attached PDF documents raises an error of "Invalid xref type" at the save moment. Below is the sample code:System.Windows.Forms.DialogResult dlgResult...
View Article