Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 187,806 for

paged

(0.19 sec)
  1. Generating preview for multipage CDR to webP - ...

    We are trying to generate a preview from multipage Corel draw file(cdr) to webp and we encountered this exception. Aspose.Imaging.CoreExceptions.ImageSaveException: Image saving failed. —> Aspose.Imaging.CoreExceptions.…...Cast to CdrImage to access pages CdrImage cdrImage = image as...false); } // Get pages array - for single page CDR, Pages will contain...

    forum.aspose.com/t/generating-preview-for-multi...
  2. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python via C++ applications....Contents [ Hide ] Splitting PDF pages can be a useful feature for...file into separate pages or groups of pages. Live Example Aspose...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/
  3. PageExtractOptions class | Aspose.Words for Python

    aspose.words.PageExtractOptions class. Allows to specify options for document page extracting....specify options for document page extracting. Constructors Name...Properties Name Description unlink_pages_number_fields Specifies whether...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Converter ficheiros PostScript usando .NET

    A funcionalidade de conversão de PS para PDF incluída na solução API Aspose.Page para .NET é explicada e ilustrada com os excertos de código aqui....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/pt/net/convert-ps/
  5. Sayfa Al, Al, Kopyala ve Ekle|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....sunulan Pages özelliği Diagram class, Aspose.Diagram.Page nesnelerinin...mı olduğunu belirlemek için Page.Background özelliğini kullanın...

    docs.aspose.com/diagram/tr/java/retrieve-get-co...
  6. Image Alt Text on a new document - Free Support...

    I am using Aspose (latest) PDF. I can make an image by using the Image class like so: var img = new Image { FixHeight = _options.ImageLeftHeight, FixWidth = _options.ImageLeftWidth, ImageStream = new MemoryStream(_…...</summary> /// <param name="page">The page where XImage is located...List<string> GetAlternativeText(Page page) /// <summary> /// Sets alternative...

    forum.aspose.com/t/image-alt-text-on-a-new-docu...
  7. Anotaciones adhesivas en PDF usando C#|Aspose.P...

    Aprenda a crear anotaciones adhesivas, como notas y resaltados, en PDFs usando Aspose.PDF en .NET....)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/es/net/sticky-annotations/
  8. Архивы

    Архивы...loop through pages for page in range(0, doc.page_count): # save...each page as jpg image extractedPage = doc.extract_pages(page...

    blog.aspose.com/ru/words/convert-text-to-image-...
  9. PDFをプログラムで分割する|Aspose.PDF for PHP via Java

    このトピックでは、PHPアプリケーションでPDFページを個々のPDFファイルに分割する方法を示します。...各反復処理で、新しい Document オブジェクトを作成し、個々の Page オブジェクトを空のドキュメントに追加します。 Save...new Document ( $inputFile ); $pages = $document -> getPages ();...

    docs.aspose.com/pdf/ja/php-java/split-document/
  10. PHPでPDFファイルを個々のページに分割する|Aspose.PDF for Java

    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....pdf' ); # すべてのページをループする $pdf_page = 1 ; $total_size = $pdf ->...size(); pdfPage++) while ( $pdf_page <= $total_size ) { # 新しいDocumentオブジェクトを作成する...

    docs.aspose.com/pdf/ja/java/split-pdf-file-into...