Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 187,470 for

page

(0.21 sec)
  1. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....All Pages In order to create bookmarks of all the pages, you...create bookmarks of all the pages of a PDF file. First, you need...

    docs.aspose.com/pdf/net/create-bookmarks/
  2. Hebrew content turned out mirrored when using A...

    Hi team, I’m using Aspose PDF .NET to save a PDF file to another PDF, but I got an issue with Hebrew content. When I open a PDF file as a Document, collect Pages and save it to another Document, contents of Hebrew turne…...file as a Document, collect pages and save it to another Document...PageCollection pages = pdfDocument.Pages; foreach(Page page in pages) { pdfDocument2...

    forum.aspose.com/t/hebrew-content-turned-out-mi...
  3. Aspose::Words::Saving::PageSavingArgs::get_Page...

    Aspose::Words::Saving::PageSavingArgs::get_PageStream method. Allows to specify the stream where the document Page will be saved to in C++....the stream where the document page will be saved to. System ::...allows you to save document pages to streams instead of files...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Range.updateFields method | Aspose.Words for No...

    Range.updateFields method. Updates the values of document fields in this range....related to the page layout algorithms (e.g. PAGE, PAGES, PAGEREF)...PAGEREF). The page layout-related fields are updated when you render...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 限制生成页面数 使用C++将Excel转换为PDF|Documentation

    了解如何在使用Aspose.Cells将Excel转换为PDF时限制生成的页面数。...only Page 3 and Page 4 in the output PDF // Starting page index...SetPageIndex ( 3 ); // Number of pages to be printed options . SetPageCount...

    docs.aspose.com/cells/zh/cpp/limit-the-number-o...
  6. 使用 Java 向 PDF 添加标题 | Aspose.PDF

    Java原始程式碼,用於在任何平臺上的PDF文件中添加標題。...// Add header on all pages for ( Page page : pdfDocument . getPages...getPages ()) { page . addStamp ( textStamp ); } // Save updated...

    products.aspose.com/pdf/zh-hant/java/header/
  7. 使用 Java 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加页脚。...// Add footer on all pages for ( Page page : pdfDocument . getPages...getPages ()) { page . addStamp ( imageStamp ); } pdfDocument . save...

    products.aspose.com/pdf/zh-hans/java/footer/
  8. Converting certain PDF to WORD errors with "com...

    Hi I am converting certain PDF documents to word documents using RecognitionMode.EnhancedFlow and it fails with the error: com.aspose.pdf.internal.l103p.l0l: Overflow The code snippet I use is: Document doc = new …...OptimizationOptions()); for (Page page : doc.getPages()) { // Access...the image collection from each page’s resources // The delete()...

    forum.aspose.com/t/converting-certain-pdf-to-wo...
  9. Configure and Use CRM OneClick Generator|Aspose...

    How to use and configure Aspose OneClick Word Document Generator add-on using C#.... What is this page about? This page explains how to use...results. Please refresh the page and try again....

    docs.aspose.com/words/net/using-and-configuring...
  10. Inserting HTML Dynamically in C#|Aspose.Words f...

    Insert HTML into your document dynamically when building a report using C#.... What is this page about? This page describes inserting...results. Please refresh the page and try again....

    docs.aspose.com/words/net/inserting-html-dynami...