Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 187,783 for

page

(0.26 sec)
  1. What's new|Aspose.PDF for Java

    In this Page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases....// force write HTMLs of all pages into one output document newOptions...Document doc = new Document (); Page p = doc . getPages (). add ();...

    docs.aspose.com/pdf/java/whatsnew/
  2. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the Page....text and the top edge of the page. get doNotDisplayPageBoun ()...across 3 pages. builder . writeln ( "Paragraph 1, Page 1." ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 将 Visio 形状转换为 Html|Documentation

    本节介绍如何使用 Aspose.Diagram 将 visio 形状转换为 html。...Get a particular page Page page = diagram . Pages [ 0 ]; // Get...particular shape Shape shape = page . Shapes [ 0 ]; // Shape to...

    docs.aspose.com/diagram/zh/net/convert-a-visio-...
  4. PageSavingArgs.keep_page_stream_open property |...

    PageSavingArgs.keep_Page_stream_open property. Specifies whether Aspose.Words should keep the stream open or close it after saving a document Page....keep_page_stream_open property PageSavingArgs.keep_page_stream_open...saving a document page. @property def keep_page_stream_open ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Create AcroForms - Create Fillable PDF in PHP|A...

    This section explains how to create AcroForms from scratch in your PDF documents with Aspose.PDF for PHP via Java....new Document ( $inputFile ); $page = $document -> getPages () ->...$textBoxField = new TextBoxField ( $page , new Rectangle ( 110 , 300...

    docs.aspose.com/pdf/php-java/create-forms/
  6. Generate Patch Code Barcodes in C++|Documentation

    Aspose.BarCode for C++ enables Patch Code barcode generation...management for automatic multi-page document scanning. Such barcodes...on a page manually; as a complete A4 or US Letter page with the...

    docs.aspose.com/barcode/cpp/patch-code-barcodes/
  7. Generate Patch Code Barcodes in Java|Documentation

    Aspose.BarCode for Java enables Patch Code barcode generation...efficiency of automated multi-page document scanning. Patch Code...placement on a page or generating entire A4 or US Letter pages. Patch...

    docs.aspose.com/barcode/java/patch-code-barcodes/
  8. Hello World PHP via Java Example|Aspose.PDF for...

    This Page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for PHP via Java....Instantiate a Document object Add a Page to document object Create a...Paragraph collection of the page Save the resultant PDF document...

    docs.aspose.com/pdf/php-java/hello-world-example/
  9. Issue During Bulk PDF Merge – Font Object Error...

    Hi Aspose Team, We are using Aspose.PDF for HTML-to-PDF conversion, and the generated PDFs appear correct when processed individually. However, we are encountering an issue during our bulk download process, where we me…...foreach (Page page in PdfDocument.Pages) { Double Width = page.Rect...RightMargin; TextStamp1.Width = Width; page.AddStamp(TextStamp1); TextStamp2...

    forum.aspose.com/t/issue-during-bulk-pdf-merge-...
  10. HTML to PDF Merge using C++ | Aspose.PDF

    Combine two or more HTML documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/cpp/merger/html-to-pdf/