Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 8,217 for

extract page

(0.15 sec)
  1. Manage Picture Frames in Presentations Using C+...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Streamline your workflow and enhance slide designs.... You may want to see these pages: convert image to JPG ; convert...Export :: SaveFormat :: Pptx ); Extract Raster Images from Picture...

    docs.aspose.com/slides/cpp/picture-frame/
  2. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...PageCollection pages = document.getPages(); int pageSize = pages.size();...else { pages.forEach(page -> images.addAll(getImages(page))); }...

    forum.aspose.com/t/pdf-not-supported-image-type...
  3. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents using Aspose.Slides for PHP via Java with precise layout, images and formatting preserved....functions that allow you to extract texts from presentations. Aspose...-> insertBreak ( BreakType :: PAGE_BREAK ); } $doc -> save ( $outputDoc...

    docs.aspose.com/slides/php-java/convert-powerpo...
  4. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...getImportance()); // Extract the full message. MapiMessage...4:20pm 6 @MaazHussain , The extracted message is independent of...

    forum.aspose.com/t/how-to-get-the-following-val...
  5. Aspose.words for java,保存pdf附件出现乱码 - Free Suppor...

    原始需求:将word转成pdf,同时将word中各种类型的附件也转成pdf并拼接到后面。 遇到问题:遇到pdf格式的附件保存后存在许多乱码页 部分代码: aspose-words: 24.11 aspose-cells: 25.1 OS: Oracle Linux Server 8.5 List<byte[]> attachmentPdfs = new ArrayList<>(); Document document = …...PDF content, which results in pages full of garbled characters....stream, not through save() . Extracting the raw stream avoids the...

    forum.aspose.com/t/aspose-words-for-java-pdf/32...
  6. Working with PDF Documents using Go|Aspose.PDF ...

    This article describes to you what manipulations can be done with the document with Aspose.PDF for Go via C++ library....to edit and sometimes even extracting information from them is...following: Optimize PDF - optimize page content, optimize file size...

    docs.aspose.com/pdf/go-cpp/working-with-documents/
  7. Text Looks Different When Converting a Presenta...

    Hi Team, I have a sample PPTX slide which has one shape. When I obtain the image of this shape using Aspose, the image is different from the original shape. There are two issues: a) The text in the PPTX is bold, while …...including the method used to extract the image and the version of...Here’s an example of how to extract an image from a shape in a...

    forum.aspose.com/t/text-looks-different-when-co...
  8. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/python-net/create-a-document/
  9. Decrypt Excel File in C#

    This topic demonstrates how to decrypt Excel file in C#. It shares the IDE setup instructions and the procedural steps along with a functional code sample to decrypt Excel file with password in C#....Page Product Family Aspose.PSD Product...in C# . To explore how to extract data from Excel documents,...

    kb.aspose.com/cells/net/decrypt-excel-file-in-c...
  10. How to Create ZIP File in Memory in C#

    This step-by-step tutorial explains how to create ZIP file in memory in C#. This C# code will compress file contents of a directory and create ZIP archive in memory....Page Product Family Aspose.PSD Product...file system, you can then extract ZIP file using C# code. Updated...

    kb.aspose.com/zip/net/how-to-create-zip-file-in...