Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 188,127 for

page

(0.68 sec)
  1. Exporting large dimension PDF to high dpi PNG c...

    Hello, I am using the PDF library to create PNG images which I then import into our CAD documents. string fileExtension = "png"; ImageFormat format = ImageFormat.Png; PdfConverter pdfConverter = new PdfConv…...Pages.Count; pageCount++) { using...Create)) { // Convert a particular page and save the image to stream...

    forum.aspose.com/t/exporting-large-dimension-pd...
  2. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/java/convert-ps/
  3. IResourceSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves external resources images fonts and css when saving a document to fixed Page HTML or SVG in Java....when saving a document to fixed page HTML or SVG. Examples: Shows...an external resource to fixed page HTML or SVG. /// public void...

    reference.aspose.com/words/java/com.aspose.word...
  4. Insert and Append Documents in C#|Aspose.Words ...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in C#.... What is this page about? This page explains how to insert...need to include additional pages from a document to the end of...

    docs.aspose.com/words/net/insert-and-append-doc...
  5. Image with JavaScript via C++|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....multiple sheets with multiple pages. WorkbookRender allows you to...Excel to TIFF with multiple pages. Also, you can control multiple...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  6. Sitefinity Google Sync Module|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... The login page can be reached by http://www...Settings . The Basic Settings page appears. Click the Advanced...

    docs.aspose.com/email/net/sitefinity-google-syn...
  7. Aspose.Diagram Java For Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ruby Working with Pages in Ruby Get a Page Object from Visio...Blank Page into a Visio Drawing in Ruby Retrieve Visio Page Information...

    docs.aspose.com/diagram/java/aspose-diagram-jav...
  8. PDF Conversion Formatting Issue – Column Breaks...

    Description: We are facing a formatting issue during DOCX to PDF conversion using Aspose.Words. When generating documents in DOCX format, the output appears as expected with correct column and Page breaks. However, whe…...expected with correct column and page breaks. However, when the same...across columns/pages. Expected Behavior: Column and page breaks in...

    forum.aspose.com/t/pdf-conversion-formatting-is...
  9. Convert WORD To EPUB C#

    Convert a Word document to EPUB format in C# code. Save a Word document as EPUB using C#....epub); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.epub", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  10. Convert WORD To PDF C#

    Convert a Word document to PDF format in C# code. Save a Word document as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...