Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 188,091 for

paged

(0.49 sec)
  1. Archiwa

    Archiwa...Page dla .NET odgrywa znaczącą rolę...formatu BMP. Tymczasem Aspose.Page dla .NET upraszcza proces dzięki...

    blog.aspose.com/pl/page/convert-xps-to-bmp-in-c...
  2. 在Php中设置页面选项|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....PHP 应用页面定向设置,请调用 pagesetup 模块的 page_orientation 方法。 PHP 代码 public...public static function page_orientation ( $dataDir = null ) { # Instantiating...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  3. Create Bookmarks in PDF using C#

    This article guides on how to create bookmarks in PDF using C#. It has all the details to set the IDE, a list of steps, and a sample code to bookmark a PDF with C#....Page Product Family Aspose.PSD Product...bookmark to a single page or all the pages in the PDF or format...

    kb.aspose.com/pdf/net/create-bookmarks-in-pdf-u...
  4. Convert CDR to PDF using C#

    Follow this article to convert CDR to PDF using C#. It has all the details to set the IDE, a list of steps, and a sample code for developing a CDR to PDF converter software using C#....Page Product Family Aspose.PSD Product...contain multiple pages Loop through all pages in the CDR file...

    kb.aspose.com/imaging/net/convert-cdr-to-pdf-us...
  5. Comment faire pivoter un PDF avec Java

    Cet article décrit comment faire pivoter un PDF à l'aide de Java. Il contient des instructions pour définir l'environnement, écrire l'application de base et un exemple de code pour modifier l'orientation du PDF à l'aide de Java....Page Product Family Aspose.PSD Product...exécutable pour faire pivoter les pages PDF à l’aide de Java . Une explication...

    kb.aspose.com/fr/pdf/java/how-to-rotate-pdf-usi...
  6. Key Features of Aspose.PDF|Aspose.PDF for C++

    Aspose.PDF for C++ demonstrates its general features. This page describes the supported PDF versions, and all the manipulations we can do with text, images, annotations, documents, etc....Extract text from pages. Search text from pages. Get text segments...conversion (particular page or all pages). PDF to TIFF conversion...

    docs.aspose.com/pdf/cpp/key-features/
  7. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....first page of PDF file var tocPage = document . Pages . Insert..."First page" , "Second page" , "Third page" , "Fourth page" }; for...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  8. Python을 통한 PDF 문서 조작|Aspose.PDF for Python via ...

    이 기사는 Python을 사용하여 PDF A 표준에 대해 PDF 문서를 검증하는 방법, 목차 작업 방법, PDF 만료 날짜 설정 방법 등에 대한 정보를 포함하고 있습니다.... pages . insert ( 1 ) # TOC 정보를 나타내기..."First page" , "Second page" , "Third page" , "Fourth page" ] for...

    docs.aspose.com/pdf/ko/python-net/manipulate-pd...
  9. Convertir divers formats d'images en PDF dans ....

    Convertir divers formats d'images tels que CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF et SVG en PDF en utilisant C# .NET....Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/fr/net/convert-images-forma...
  10. PDF Text Annotation|Aspose.PDF for C++

    Aspose.PDF для C++ позволяет добавлять, получать и удалять текстовые аннотации из вашего PDF-документа....коллекцию Annotations объекта Page . Следующий фрагмент кода показывает..."sample.pdf" ); auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/ru/cpp/text-annotation/