Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 192,335 for

paged

(0.32 sec)
  1. How to Set Print Area with Python.NET|Documenta...

    Learn how to set and clear print areas in Excel files using Aspose.Cells for Python via .NET....Organize content neatly across pages Save Resources: Reduce paper/ink...programmatically: Access the worksheet’s page setup properties Define the...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  2. Archiv

    Archiv...Pages[1].CropBox); Console.WriteLine(pdfDocument1...WriteLine(pdfDocument1.Pages[1].TrimBox); Console.WriteLine(pdfDocument1...

    blog.aspose.com/cs/pdf/crop-pdf-pages-in-csharp/
  3. 使用 PHP 裁剪 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java 使用 C# 示例代码,以编程方式在 PHP 中裁剪 PDF 而不会降低质量...new Document ( $inputFile ); $page = $document -> getPages () ->...get_Item ( 1 ); $responseData = $page -> getCropBox () . PHP_EOL ;...

    products.aspose.com/pdf/zh-hant/php-java/crop/
  4. 使用 PHP 裁剪 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java 使用 C# 示例代码,以编程方式在 PHP 中裁剪 PDF 而不会降低质量...new Document ( $inputFile ); $page = $document -> getPages () ->...get_Item ( 1 ); $responseData = $page -> getCropBox () . PHP_EOL ;...

    products.aspose.com/pdf/zh-hans/php-java/crop/
  5. PDF to JPEG Merge using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/merger/pdf-to-jpeg/
  6. Utilizzo della forma del tipo di connettore|Doc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vsdx" ); //get a particular page Page page = diagram . getPages ()...(). getPage ( "Page-3" ); //get a dynamic connector type shape...

    docs.aspose.com/diagram/it/java/working-with-co...
  7. FieldIndex.cross_reference_separator property |...

    FieldIndex.cross_reference_separator property. Gets or sets the character sequence that is used to separate cross references and other entries....side, # and the number of the page that contains the XE field on...display a string instead of a page number. # First, for entries...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageLayoutCallbackArgs class | Aspose.Words for...

    aspose.words.layout.PageLayoutCallbackArgs class. An argument passed into [IPageLayoutCallback.notify()](../ipagelayoutcallback/notify/#pagelayoutcallbackargs) To learn more, visit the [Converting to Fixed-page Format](https://docs.aspose.com/words/python-net/converting-to-fixed-page-format/) documentation article....visit the Converting to Fixed-page Format documentation article...Gets event. page_index Gets 0-based index of the page in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Redlines in pdf - Free Support Forum - aspose.com

    when we compare two pdf files and the resulting pdf has redlines to indicate the changes, how can we programmatically identify which pages has the redlines?...programmatically identify which pages has the redlines? Professionalize...programmatically identify which pages in a PDF document contain redlines...

    forum.aspose.com/t/redlines-in-pdf/315965
  10. PDF 문서에 페이지 추가|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 기존 PDF에 페이지를 추가하는 방법을 탐색하여 문서를 향상하고 확장합니다.... GetDataDir_AsposePdf_Pages (); // Open PDF document using...Insert an empty page in a PDF document . Pages . Insert ( 2 );...

    docs.aspose.com/pdf/ko/net/add-pages/