Sort Score
Result 10 results
Languages All
Labels All
Results 7,161 - 7,170 of 192,035 for

page

(0.15 sec)
  1. Creating a readable PDF from HOCR created by As...

    Hi again Aspose team. When trying to get Aspose.PDF to work in a certain workflow implementation that requires combining the following: An image to be converted to Pdf HOCR generated by Aspose.OCR, by saving a recogni…...new Document()) { Page page = pdfDocument.Pages.Add(); var image...MarginInfo(0, 0, 0, 0); page.PageInfo.Margin = margins; page.Paragraphs.Add(image);...

    forum.aspose.com/t/creating-a-readable-pdf-from...
  2. Aspose::Words::Notes::FootnoteOptions class | A...

    Aspose::Words::Notes::FootnoteOptions class. Represents the footnote numbering options for a document or section. To learn more, visit the documentation article in C++....an entry at the bottom of the page, consisting of a symbol // that...show up at the bottom of the page that contains its reference...

    reference.aspose.com/words/cpp/aspose.words.not...
  3. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...PDF tries to map PDF page objects to PowerPoint shapes...// Force rasterisation for pages that contain unsupported vector...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  4. Converting a PDF file to GIF using Python | Asp...

    Sample code on Python for PDF to GIF conversion. Use example code for batch PDF to GIF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...images. Iterate through each page of the loaded PDF document using...

    products.aspose.com/pdf/python-net/conversion/p...
  5. EPS to JPEG Conversion API for | Java

    Sample Java conversion code for EPS format to JPEG file. Use this example code to convert EPS to JPEG within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/eps-to...
  6. EPS to PNG Conversion API for | Java

    Sample Java conversion code for EPS format to PNG file. Use this example code to convert EPS to PNG within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/eps-to...
  7. EPS to WMF Conversion API for | Java

    Sample Java conversion code for EPS format to WMF file. Use this example code to convert EPS to WMF within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/eps-to...
  8. PS to GIF Conversion API for | Java

    Sample Java conversion code for PS format to GIF file. Use this example code to convert PS to GIF within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/ps-to-...
  9. PS to BMP Conversion API for | Java

    Sample Java conversion code for PS format to BMP file. Use this example code to convert PS to BMP within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/ps-to-...
  10. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...Document(); var page = document.Pages.Add(); // 1. text page.Paragraphs...text")); // 2. text with newline page.Paragraphs.Add(new TextFragment("2...

    forum.aspose.com/t/nullreferenceexception-when-...