Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 187,266 for

page

(0.15 sec)
  1. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for Java library allows to convert various images formats to PDF....document = new Document (); Page page = document . getPages ()...."Sample.bmp" ). toString ()); page . getParagraphs (). add ( image...

    docs.aspose.com/pdf/java/convert-images-format-...
  2. Rendering in C++|Aspose.Words for C++

    Use Aspose.Words for C++ rendering feature to format a flow-layout document into Pages and convert such a document or selected Pages to other documents (PDF, HTML, XPS, etc.) or images (TIFF, PNG, SVG, etc.) formats for viewing, further conversions, or printing....paginated or has the concept of pages. We are talking about the rendering...rendering of a document into pages. The following diagram shows...

    docs.aspose.com/words/cpp/rendering/
  3. FieldIndex.sequence_separator property | Aspose...

    FieldIndex.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and Page numbers....separate sequence numbers and page numbers. @property def sequence_separator...side, # and the number of the page that contains the XE field on...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert a Visio Shape To Image|Documentation

    This section explains how to convert a visio shape to image with Aspose.Diagram.... get a particular page. get a particular shape. convert...); // Get a particular page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  5. Set Image Size|Aspose.PDF for .NET

    This section describes how to set image size PDF file using C# library....Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/net/set-image-size/
  6. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word document to PDF, the Page number orientation is incorrect. version:words-25.10-jdk17.jar file: TEST.7z (9.9 MB)...Word To Pdf:Page number orientation is incorrect Aspose.Words...a Word document to PDF, the page number orientation is incorrect...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  7. Insert Nested Fields in PHP|Aspose.Words for Java

    Insert Nested Fields using PHP....DocumentBuilder(doc); // Insert few page breaks (just for testing) $...insertBreak ( $ breakType -> PAGE_BREAK ); // Move DocumentBuilder...

    docs.aspose.com/words/java/insert-nested-fields...
  8. Stamping with Aspose.PDF using Rust|Aspose.PDF ...

    This section describes how to add image stamps and text stamps to a PDF Page via Rust....Adding Page Number stamps in the PDF File - add page numbers...their placement. Get and Set Page Properties...

    docs.aspose.com/pdf/rust-cpp/stamping/
  9. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current Page....Document ()) { // Add page var page = document . Pages . Add (); // Initializes...object to first page of input document page . Paragraphs . Add...

    docs.aspose.com/pdf/net/integrate-table/
  10. Creating a complex PDF|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET allows you to create more complex documents that contain images, text fragments, and tables in one document....metadata but without pages. Add a Page to the document object...document will have one page. Add a Image to the Page. Create a TextFragment...

    docs.aspose.com/pdf/python-net/complex-pdf-exam...