Sort Score
Result 10 results
Languages All
Labels All
Results 8,611 - 8,620 of 156,204 for

paged

(0.1 sec)
  1. arkiv

    arkiv...till graf på sidan med metoden Page.getParagraphs().add(Graph) ...sidor samling av PDF-fil Page page = pdfDocument.getPages().add();...

    blog.aspose.com/sv/pdf/create-graphs-and-charts...
  2. PDF 多媒体注释使用 C++|Aspose.PDF for C++

    Aspose.PDF for C++ 允许您添加、获取和删除 PDF 文档中的多媒体注释。... PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。此集合仅包含该..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/zh/cpp/multimedia-annotation/
  3. Convert other file formats to PDF in .NET|Aspos...

    This topic show you how to Aspose.PDF allows to convert other file formats such as EPUB, MD, PCL, XPS, PS, XML and LaTeX to PDF document....also set page size for conversion. To define new page size you...printing, left and top offsets etc. Page control commands + Perforation...

    docs.aspose.com/pdf/net/convert-other-files-to-...
  4. PDF Tooltip usando C#|Aspose.PDF for .NET

    Aprenda como adicionar tooltip ao fragmento de texto em PDF usando C# e Aspose.PDF... Pages . Add (). Paragraphs . Add (...display a tooltip" )); document . Pages [ 1 ]. Paragraphs . Add ( new...

    docs.aspose.com/pdf/pt/net/pdf-tooltip/
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – เพิ่ม ย้าย หรือลบหน้าใน PDF โดยใช้ PHP via Javahttps://products.aspose.com/pdf/th/php-java/pages/Recent content in เพิ่ม ย้าย หรือลบหน้าใน PDF ......com/pdf/th/php-java/pages/Recent content in เพิ่ม ย้าย...aspose.com/pdf/th/php-java/pages/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/php-java/pages/index...
  6. .NETでさまざまな画像形式をPDFに変換する|Aspose.PDF for .NET

    C# .NETを使用して、CDR、DJVU、BMP、CGM、JPEG、DICOM、PNG、TIFF、EMF、SVGなどのさまざまな画像形式をPDFに変換します。...Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/ja/net/convert-images-forma...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 添加、移动或删除 PDF 中的页面https://products.aspose.com/pdf/zh-hant/cpp/pages/Recent content in 使用 C++ 添加、移动或删除 PDF 中的页面 on Aspsoe.PDF ProductsHugo......com/pdf/zh-hant/cpp/pages/Recent content in 使用 C++ 添加、移动或删除...aspose.com/pdf/zh-hant/cpp/pages/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/cpp/pages/index...
  8. PHP 를 사용하여 BMP 에서PDF 로 변환하는 변환기 | Aspose.PDF

    PHP에서 BMP 에서 PDF 로의 변환을 위한 샘플 코드입니다.Java를 통해 PHP용 Aspose.PDF 파일을 사용하여 BMP 에서 PDF 로 일괄 변환하려면 예제 코드를 사용하세요....(); // 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/ko/php-java/conversion/...
  9. Otevřete soubor AI online | products.aspose.com

    Otevřete soubor AI online...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/cz/open-ai-online/
  10. PDF 에서 PDFA 로 C++ 를 사용하여 병합 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 두 개 이상의 PDF 문서를 하나의 PDFA 단일 파일로 결합합니다....pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/ko/cpp/merger/pdf-to-pdfa/