Sort Score
Result 10 results
Languages All
Labels All
Results 6,941 - 6,950 of 188,047 for

page

(0.35 sec)
  1. Apply preset theme to VSDX document via Python ...

    Python source code to apply preset theme to vsdx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vsdx/
  2. Aspose::Words::Saving::SaveOptions::get_DmlEffe...

    Aspose::Words::Saving::SaveOptions::get_DmlEffectsRenderingMode method. Gets or sets a value determining how DrawingML effects are rendered in C++....document is exported to fixed page formats. See Also Enum DmlEffectsRenderingM...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Splitter.Split | Aspose.Words for .NET

    Effortlessly split documents into multiple sections with our flexible Splitter Split method. Save in your preferred format for easy file management!...Shows how to split document by pages. string doc = MyDir + "Big document...SplitCriteria = SplitCriteria . Page ; Splitter . Split ( doc , ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.low...
  4. Converting a PDF file to JPEG using Android via...

    Sample code on Java for PDF to JPEG conversion. Use example code for batch PDF to JPEG conversion in Android...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/android-java/conversion...
  5. 搜索

    搜索...Page for C++ 以編程方式創建或編輯 PostScript...轉換為圖像 在我們開始之前,我假設您已經下載了 Aspose.Page for C++ 並在您的 C++ 項目中引用了它。但是,如果您還沒有,可以從...

    blog.aspose.com/zh-hant/page/convert-postscript...
  6. FieldSkipIf.ComparisonOperator | Aspose.Words f...

    Discover the FieldSkipIf ComparisonOperator property, easily manage and customize your comparison operators for enhanced data handling....Examples Shows how to skip pages in a mail merge using the SKIPIF...mail merge will produce two pages. DataTable table = new DataTable...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Watermark VDW document via Python | products.as...

    Python sample code to add watermark to VDW documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vdw" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-java/waterma...
  8. Aspose.PDF for Java

    This API allows you to do all kinds of operations on PDF files including creating, editing and converting etc. in Java applications....Page Product Family Aspose.PSD Product...Opening Settings using Java Insert Page Break in PDF using Java Convert...

    kb.aspose.com/pdf/java/page/2/
  9. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...PageCollection pages = document.getPages(); pages.forEach(page -> images...images.addAll(getImages(page))); return images; } catch (Exception...

    forum.aspose.com/t/error-when-extracting-images...
  10. PDF to TEXT Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one TEXT single file programmatically with Java sample code using Aspose.PDF for Java...Library on the Documentation pages. To verify the benefits of the...new page to TXT document In loop: add PDF file to new page After...

    products.aspose.com/pdf/java/merger/pdf-to-text/