Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 142,736 for

paged

(0.06 sec)
  1. SVG به PDF ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند SVG را در یک فایل PDF واحد به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ ترکیب کنید...Aspose Document // Adust pdf page size to svg size opt1 = MakeObject...( u "1.svg" , opt1 ); // add page from one document to another...

    products.aspose.com/pdf/fa/cpp/merger/svg-to-pdf/
  2. Utiliser les index de connexion pour connecter ...

    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....connectShapesViaConn exposé par le Page La classe peut être utilisée...Diagram (); // get page by index Page page = diagram . getPages...

    docs.aspose.com/diagram/fr/java/use-connection-...
  3. Convertir un PDF en différents formats d'image ...

    Ce sujet vous montre comment utiliser Aspose.PDF pour convertir un PDF en divers formats d'images, par exemple TIFF, BMP, EMF, JPEG, PNG, GIF, SVG avec quelques lignes de code....mais ImageDevice - pour une page particulière. Convertir un PDF...NET permet de convertir des pages PDF en images TIFF. La classe...

    docs.aspose.com/pdf/fr/net/convert-pdf-to-image...
  4. Putar Halaman PDF secara programatis|Aspose.PDF...

    Ubah orientasi halaman dan sesuaikan konten halaman dengan orientasi halaman baru menggunakan Java....new Document ( $inputFile ); $pages = $document -> getPages ();...$pagesSize = java_values ( $pages -> size ()); // Iterasi melalui...

    docs.aspose.com/pdf/id/php-java/rotate-pages/
  5. Using and Configuring CRM Duplicate Detection|A...

    How to use and configure Aspose Duplicate Detection add-on using C#....Add a new Page. Add Prompt and Response under the page. Set Prompt...of Duplicate Detection” The Page with prompt is ready under your...

    docs.aspose.com/words/net/using-and-configuring...
  6. PS to GIF Conversion | API for Python

    Sample Python conversion code for PS format to GIF file. Use this example code to convert PS to GIF within any Web or Console Python based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/python-net/conversion/...
  7. PS to WMF Conversion | API for Python

    Sample Python conversion code for PS format to WMF file. Use this example code to convert PS to WMF within any Web or Console Python based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/python-net/conversion/...
  8. Работа с заголовками в PDF|Aspose.PDF для Pytho...

    Создайте нумерацию в заголовках вашего PDF документа с помощью Python. Aspose.PDF для Python через .NET предлагает различные стили нумерации.... page_info . width = 612.0 document . page_info . height...height = 792.0 document . page_info . margin = ap . MarginInfo...

    docs.aspose.com/pdf/ru/python-net/working-with-...
  9. ایجاد PDF با استفاده از C++ | Aspose.PDF

    این موضوع نحوه استفاده از Aspose.PDF برای C++ API را به شما نشان می دهد تا به راحتی فایل های PDF را در برنامه های C++ تولید و بخوانید....کردن یک صفحه با استفاده از روش Pages.Add (). ۱. یک شیء TextFragment...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/fa/cpp/create/
  10. 从PDF文件中提取链接|Aspose.PDF for C++

    使用C#从PDF中提取链接。本主题向您解释如何使用AnnotationSelector类提取链接。... 获取要提取链接的 Page 。 1. 将 [AnnotationSelector](https://reference...annotation_selector/) 对象传递给 Page 对象的 Accept 方法。 1. 使用 [Annot...

    docs.aspose.com/pdf/zh/cpp/extract-links/