Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 192,338 for

paged

(0.2 sec)
  1. 获取和设置页面属性|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF for .NET 获取和设置 PDF 文档的页面属性,以实现自定义文档格式。... GetDataDir_AsposePdf_Pages (); // Open PDF document using...// Get page count System . Console . WriteLine ( "Page Count :...

    docs.aspose.com/pdf/zh/net/get-and-set-page-pro...
  2. 使用矢量图形|Aspose.PDF for .NET

    本文描述了使用 C# 的 GraphicsAbsorber 工具的功能。...first page of the document var page = document . Pages [ 1 ];...graphics from the page graphicsAbsorber . Visit ( page ); // Display...

    docs.aspose.com/pdf/zh/net/working-with-vector-...
  3. 搜索

    搜索...Pages 集合以使用 Page 類訪問每個頁面。 在每次迭代中,創建一個新的...foreach (Aspose.Pdf.Page pdfPage in pdfDocument.Pages) { // 創建一個新文檔...

    blog.aspose.com/zh-hant/pdf/split-pdf-into-mult...
  4. Converting a TEX file to EMF using Python | Asp...

    Sample code on Python for TEX to EMF conversion. Use example code for batch TEX to EMF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...iterate through its pages using a while loop.Each page will be processed...

    products.aspose.com/pdf/python-net/conversion/t...
  5. FieldToc.entry_separator property | Aspose.Word...

    FieldToc.entry_separator property. Gets or sets a sequence of characters that separate an entry and its page number....that separate an entry and its page number. @property def entry_separator...style to the left, # and the page the heading appears on to the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToc.insert_hyperlinks property | Aspose.Wo...

    FieldToc.insert_hyperlinks property. Gets or sets whether to make the table of contents entries hyperlinks....style to the left, # and the page the heading appears on to the...The TOC will not display the page numbers of headings whose TOC...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToc.hide_in_web_layout property | Aspose.W...

    FieldToc.hide_in_web_layout property. Gets or sets whether to hide tab leader and page numbers in Web layout view....whether to hide tab leader and page numbers in Web layout view....style to the left, # and the page the heading appears on to the...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Anotaciones interactivas usando Python|Aspose.P...

    Aprenda cómo agregar, leer y eliminar anotaciones de enlace, y cómo crear botones de navegación e impresión en documentos PDF usando Aspose.PDF for Python via .NET.... pages [ 1 ] . accept ( text_fragment_absorber...LinkAnnotation ( document . pages [ 1 ], phone_number_fragment...

    docs.aspose.com/pdf/es/python-net/interactive-a...
  9. Annotation de texte PDF|Aspose.PDF pour C++

    Aspose.PDF pour C++ vous permet d'ajouter, d'obtenir et de supprimer des annotations de texte de votre document PDF....collection Annotations d’une page particulière. Cette collection...uniquement pour cette page individuelle ; chaque page a sa propre collection...

    docs.aspose.com/pdf/fr/cpp/text-annotation/
  10. 获取和设置页面属性|Aspose.PDF for PHP via Java

    本主题解释如何在 PDF 文件中获取数字,获取页面属性并使用 Aspose.PDF for PHP via Java 确定页面颜色。...new Document ( $inputFile ); $pages = $document -> getPages ();...$responseData . "页面数量 : " + $pages -> size (); 获取页面数量而不保存文档 除非...

    docs.aspose.com/pdf/zh/php-java/get-and-set-pag...