|
|
Tag Browser: pdf
9 second(s)
-
We are using Cells to convert an Excel spreadsheet to a PDF, then adding a footer to the PDF before streaming it to the user. In the process, the grid lines around the cells with no data disappear. See the attached samples -- the original XLSX file and the PDF result. The XLSX file shows grid lines for all of the data rows and columns. The PDF ...
-
Hi Aspose,What would be the simplest way to convert a PDF into (text only) basic HTML?The simplest way I've found so far has been to retrieve all text and replace all new lines with line break HTML elements, using one of the below three methods to extract content:PdfExtractor.ExtractText() method described hereusing the TextAbsorber class ...
-
Hi,at the moment I'm evaluating your license. I managed to convert a PPT and PPTX to PDF in a Standalone Java Program.I have than put the code into my testsuites. (using TestNG)The test for rendering is not able to render the same files. I have attached the code. Do you have any ''assert check != true'' (or something similar) in your code?With ...
-
I've seen how to insert a word document into another word document:http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/howto-insert-a-document-into-another-document.htmlHi, is it possible to insert a pdf document into a word document, using a similar way?ThanksThis message was posted using Page2Forum from Aspose.Words for ...
-
I have problem with setting the license file.For pdf I am able to set license,unable to set to other document ex:word,Excel can u please help.Same code which is above.
-
HI,
We have bought the license version of Aspose total.Can you please help me how to use the license version.
I have used the following code.it is not working.Only Excel is converted to PDF not MsWord..Can you please help. Can you provide any Call center number where we can get support.
Example ex = new Example();
InputStream ...
-
We add a watermark to a PDF file using this logic:
public void CreateWatermark(string outputFile)
{
PdfFileInfo fileInfo = new PdfFileInfo(outputFile);
...
-
HiI'm currently evaluating the aspose componente for converting HTML Files to pdfI read the HTML from the database from this html source (string) I generat PDF Files.Now this HTML contains img tags . this image tags have relative file pathes for exmaple like this<img width=''991'' height=''296'' id=''_x0000_i1027'' ...
-
Hi Aspose,We have an Aspose.Total license and are using: - Aspose.Words (10.3.0) - Aspose.Cells (6.0.1) - Aspose.Slides (5.4.0) - Aspose.Pdf (6.1.0)All licenses are set in an identical manner one after another using the SetLicense(''Aspose.Total.lic'') method when the first page is loaded by the user. This page then opens a ...
-
Hi!When filing fields in a PDF form using Aspose.Pdf 6.4 it demonstrate very strange behavior.I need to fill many text fields with various text values. I have established to text fields font ''Arial'' in this form.If I fill a field with the plain text only, at viewing in this field font ''Times'' is displayed.If the same text ...
1 ...
|
|