Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 181,100 for

page

(0.09 sec)
  1. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/zh/net/sticky-annotations/
  2. 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/
  3. 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/
  4. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。... Pages [ 1 ], dataDir + "converted...200 ; // Add stamp document . Pages [ 1 ]. AddStamp ( stamp ); //...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  5. 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/
  6. How to Split Pages in Word using Python

    This crisp tutorial describes how to split Pages in Word using Python. It provides introduction to all the necessary resources, steps and runnable sample code to extract Pages from Word using Python....Page Product Family Aspose.PSD Product...Product Family How to Split Pages in Word using Python This short...

    kb.aspose.com/words/python/how-to-split-pages-i...
  7. getColorType does not reply with expected answe...

    Hi there, we wanted to retrieve the color-type of every single Page (Rgb, Grey, BlackAndWhite) of the attached PDF : ThesisUniBasel.pdf, but it didn’t seems to work correctly. The Page 3 to 9, 12 to 15, 18 to 24, 26 to …...the color-type of every single page (Rgb, Grey, BlackAndWhite) of...seems to work correctly. The page 3 to 9, 12 to 15, 18 to 24,...

    forum.aspose.com/t/getcolortype-does-not-reply-...
  8. EMF to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for EMF to PDF conversion. Use example code for batch EMF to PDF conversion with Aspose.PDF for PHP via Java...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/php-java/conversion/emf...
  9. FieldToc.prefixed_sequence_identifier property ...

    FieldToc.prefixed_sequence_identifier property. Gets or sets the identifier of a sequence for which a prefix should be added to the entry's Page number....should be added to the entry’s page number. @property def prefi...includes the SEQ field and the page's number that the field appears...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 将弧形对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将弧形对象创建到您的PDF中。...Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/zh/net/add-arc/