Sort Score
Result 10 results
Languages All
Labels All
Results 8,061 - 8,070 of 190,038 for

paged

(0.51 sec)
  1. Используйте индексы соединения для соединения ф...

    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....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/ru/java/use-connection-...
  2. Java 를 통해 PDF에 이미지 추가 | Aspose.PDF

    Java 용 Aspose.PDF 를 사용하여 Java 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서에 이미지 추가...; int upperRightY = 200 ; Page page = pdfDocument . getPages ()..."aspose-logo.jpg" ). toString ()); page . getResources (). getImages...

    products.aspose.com/pdf/ko/java/images/add/
  3. PDF ถึง DOCX ผสานโดยใช้ C++ | Aspose.PDF

    รวมเอกสาร PDF สองไฟล์ขึ้นไปเป็นไฟล์เดียว DOCX แบบโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/th/cpp/merger/pdf-to-docx/
  4. การแปลงไฟล์ TIFF เป็น PDF โดยใช้ PHP | Aspose.PDF

    รหัสตัวอย่างใน PHP สำหรับการแปลง TIFF เป็น PDFใช้โค้ดตัวอย่างสำหรับการแปลงแบทช์ TIFF เป็น PDF ด้วย Aspose.PDF สำหรับ PHP ผ่าน Java...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/th/php-java/conversion/...
  5. Convertire un file BMP in PDF utilizzando PHP |...

    Codice di esempio in PHP per la conversione da BMP a PDF. Usa un codice di esempio per la conversione in batch da BMP a PDF con Aspose.PDF per PHP tramite Java...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/it/php-java/conversion/...
  6. Convertire un file PNG in PDF utilizzando PHP |...

    Codice di esempio in PHP per la conversione da PNG a PDF. Usa un codice di esempio per la conversione in batch da PNG a PDF con Aspose.PDF per PHP tramite Java...(); // Add a new page to the document $page = $document -> getPages...add (); // Set the page margins to 0 $page -> getPageInfo () ->...

    products.aspose.com/pdf/it/php-java/conversion/...
  7. Convertire un file TIFF in PDF utilizzando PHP ...

    Codice di esempio in PHP per la conversione da TIFF a PDF. Usa un codice di esempio per la conversione in batch da TIFF a PDF con Aspose.PDF per PHP tramite Java...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/it/php-java/conversion/...
  8. 通过 C++ 将图像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式将图像添加到 PDF 文档中...upperRightY = 800 ; auto page = document -> get_Pages () -> idx_get (...( _dataDir + u "logo.png" ); page -> get_Resources () -> get_Images...

    products.aspose.com/pdf/zh-hans/cpp/images/add/
  9. Unisci da PDF a XLS usando C++ | Aspose.PDF

    Combina due o più documenti PDF in un singolo file XLS a livello di programmazione con codice di esempio C++ utilizzando Aspose.PDF per C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/it/cpp/merger/pdf-to-xls/
  10. Unisci da PCL a PDF usando C++ | Aspose.PDF

    Combina due o più documenti PCL in un singolo file PDF a livello di programmazione con codice di esempio C++ utilizzando Aspose.PDF per C++...pcl" , opt1 ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/it/cpp/merger/pcl-to-pdf/