Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 156,206 for

paged

(0.15 sec)
  1. Pubblico API Modifiche Aspose.Diagram 16.12.0|D...

    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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/it/net/public-api-chang...
  2. Aspose.PDF Product Family

    Find answers to create, convert, edit, and manipulate PDF files programmatically....Page Product Family Aspose.PSD Product...Remove Pages from PDF using Python How to Select Pages from PDF...

    kb.aspose.com/pdf/page/8/
  3. Python 를 사용하여 PDF 편집 | Aspose.PDF

    COM Interop을 통해.NET 프레임워크, .NET 코어 및 PHP, VBScript, 델파이, C++에서 PDF 파일의 민감한 정보를 편집하는 파이썬 소스 코드입니다.... pages . accept ( textFragmentAbsorber...textFragmentCollecti : page = textFragment . page annotationRectangle...

    products.aspose.com/pdf/ko/python-net/redaction/
  4. Public API Changements dans Aspose.Diagram 16.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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/fr/net/public-api-chang...
  5. Suporte para Imagens DICOM|Aspose.PDF for .NET

    Esta seção descreve como suportar imagens DICOM em arquivos PDF usando a biblioteca C#....Document ()) { // Add page var page = document . Pages . Add (); // Create...// Add image to the first page page . Paragraphs . Add ( image...

    docs.aspose.com/pdf/pt/net/support-for-dicom-im...
  6. Crea PDF usando C++ | Aspose.PDF

    In questo argomento viene illustrato come utilizzare l'API Aspose.PDF for C++ per generare e leggere facilmente i file PDF nelle applicazioni C++....pagina utilizzando il metodo Pages.Add (). Creare un nuovo oggetto...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/it/cpp/create/
  7. PDF 파일에서 링크 추출|Aspose.PDF for C++

    C#으로 PDF에서 링크를 추출합니다. 이 주제는 AnnotationSelector 클래스를 사용하여 링크를 추출하는 방법을 설명합니다.... 링크를 추출하려는 Page 를 가져옵니다. 문서의 지정된 페이지에서 모든 LinkAnnotation...사용하십시오. AnnotationSelector 객체를 Page 객체의 Accept 메서드에 전달합니다. AnnotationSelector...

    docs.aspose.com/pdf/ko/cpp/extract-links/
  8. ImageSaveOptions.ImageSize | Aspose.Words for .NET

    Discover the ImageSize property of ImageSaveOptions to easily manage and customize image dimensions in pixels for optimal results....Examples Shows how to render every page of a document to a separate...doc ); builder . Writeln ( "Page 1." ); builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Print Documents|Aspose.Words for .NET

    Print a document easily and fast instead of using VSTO in C#....document or any current active page. this . Application . ActiveDocument...wdPrintDocumentConte , Copies : "1" , Pages : "" , PageType : Word . WdPrintOutPages...

    docs.aspose.com/words/net/print-documents/
  10. EPUB به PDF ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند EPUB را در یک فایل PDF واحد به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ ترکیب کنید...const & page : firstDoc -> get_Pages ()) { // add page from one...outputDoc -> get_Pages () -> CopyPage ( page ); } for ( auto const...

    products.aspose.com/pdf/fa/cpp/merger/epub-to-pdf/