Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 181,423 for

page

(0.12 sec)
  1. Insert Header|Aspose.Words for Java

    Insert a header into a document easily and fast instead of using docx4j....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/insert-header/
  2. 如何使用 Java 删除 Highlight 注释 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中删除 PDF 文件中的 Highlight 注释的 Java 示例代码。...创建新页面或获取对现有页面的引用 创建 Highlight 注释 调用 Page.Annotations 集合中的 Highlight 注释方法..._dataDir + "sample_mod.pdf" ); Page page = document . getPages ()....

    products.aspose.com/pdf/zh-hans/java/annotation...
  3. Python Split PDF

    Split PDF files into e Pages using Python code. Save PDF as separate files using Python....integrate the extracted PDF pages with other data and, as a result...Whether you are integrating PDF pages into automated information systems...

    products.aspose.com/words/python-net/split/pdf/
  4. 如何使用 Java 刪除 Link 註釋 | Aspose.PDF

    Java 範例代碼,用於刪除 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中 PDF 檔中 Link 註釋。...using AnnotationSelector Page page = document . getPages ()....LinkAnnotation ( page , Rectangle . getTrivial ())); page . accept (...

    products.aspose.com/pdf/zh-hant/java/annotation...
  5. 2023年新功能|Aspose.PDF for .NET

    本页面介绍了在2023年引入的Aspose.PDF for .NET中最受欢迎的新功能。...from the first page var forms = document . Pages [ 1 ]. Resources...from the first page var forms = document . Pages [ 1 ]. Resources...

    docs.aspose.com/pdf/zh/net/whatsnew/2023/
  6. Aspose::Words::Drawing::ShapeBase::get_Height m...

    Aspose::Words::Drawing::ShapeBase::get_Height method. Gets or sets the height of the containing block of the shape in C++....points, from the left side of the page. shape -> set_RelativeHorizontalPo...Drawing :: RelativeHorizontalPo :: Page ); // Set the shape's horizontal...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. DNN Word Import Module|Aspose.Words for .NET

    Read contents of Word documents using Aspose.Words DNN Word Import Module in C#....Hide ] What is this page about? This page describes the DNN Word...Import from Word button on the page where the module is added. When...

    docs.aspose.com/words/net/dnn-word-import-module/
  8. Փոխարկել HTML GIF Javascript

    Փոխարկեք HTML ը GIF ձևաչափի JavaScript կոդով: Պահեք HTML որպես GIF օգտագործելով JavaScript:...) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.gif`);...

    products.aspose.com/words/hy/nodejs-net/convers...
  9. Փոխարկել WORD Պատկեր Javascript

    Փոխարկեք WORD ը Պատկեր ձևաչափի JavaScript կոդով: Պահեք WORD որպես Պատկեր օգտագործելով JavaScript:...) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/hy/nodejs-net/convers...
  10. How to Search in PDF Using C# | Find and Highli...

    Search and highlight text in PDF using C#. Learn how to search in PDF using C#, find keywords, extract matches, use regex, and redact sensitive data....Search Across All Pages or Specific Pages Search and Redact Sensitive...Run the absorber across all pages using the Accept() method. Retrieve...

    blog.aspose.com/pdf/search-in-pdf-using-csharp/