Sort Score
Result 10 results
Languages All
Labels All
Results 7,581 - 7,590 of 188,870 for

paged

(0.5 sec)
  1. Compare PDF Documents in Python|Aspose.PDF for ...

    Learn how to compare PDF documents in Python using side-by-side and graphical difference output with Aspose.PDF for Python via .NET....text and layout changes across pages. Use graphical comparison when...compare two PDF documents page by page. You can choose to compare...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  2. Работа со слоями|Documentation

    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.... getPage ( "Page-1" ). getShapes ()) { if ( shape..."Drawing1.vsdx" ); // get Visio page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/ru/java/working-with-la...
  3. Konwersja pliku EPS do JPEG przy użyciu Python ...

    Przykładowy kod w Pythonie dla EPS do JPEG konwersji. Użyj przykładowego kodu dla partii EPS do JPEG konwersji za pomocą Pythona i .NET...resolution ) page_count = 1 pages_count = len ( document . pages ) if...document . pages ) > 4 : pages_count = 4 while page_count <= pages_count...

    products.aspose.com/pdf/pl/python-net/conversio...
  4. 使用 Java 裁剪 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 使用 C# 示例代码,以编程方式在 Java 中裁剪 PDF 而不会降低质量...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...println ( page . getCropBox ()); System . out . println ( page . getTrimBox...

    products.aspose.com/pdf/zh-hans/java/crop/
  5. PS-ből JPEG-be konvertáló API | C++

    A PS-ből JPEG-be konvertálást az Aspose.Page biztosítja a C++ megoldáshoz. Működik C++ Runtime for Windows 32 bit, Windows 64 bit és Linux 64 bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/hu/cpp/conversion/ps-t...
  6. Exemples d'installation et d'exécution | JavaSc...

    Découvrez comment installer et utiliser Aspose.Page pour JavaScript. Trouvez des exemples de code pour une meilleure compréhension....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/fr/javascript-cpp/installa...
  7. Read Barcodes from PDF Documents|Documentation

    How to Recognize Barcodes from PDF Files...class BarCodeReader , the source page of a PDF document must be represented...unreadable. The rendering of page contents to a raster image is...

    docs.aspose.com/barcode/net/read-barcode-from-p...
  8. 아카이브

    아카이브... Page.getParagraphs().add(Graph) 메서드를...// PDF 파일의 페이지 컬렉션에 페이지 추가 Page page = pdfDocument.getPages().add();...

    blog.aspose.com/ko/pdf/create-graphs-and-charts...
  9. 搜索

    搜索... 使用 Page.getParagraphs().add(Graph) 方法將圖形添加到頁面。...Document(); // 將頁面添加到 PDF 文件的頁面集合 Page page = pdfDocument.getPages().add();...

    blog.aspose.com/zh-hant/pdf/create-graphs-and-c...
  10. Agregar objeto de línea a archivo PDF|Aspose.PD...

    Este artículo explica cómo crear un objeto de línea en su PDF utilizando Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page instance page . Paragraphs . Add (...

    docs.aspose.com/pdf/es/net/add-line/