Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 224,671 for

new

(0.34 sec)
  1. Vertical Line Not Extracted From PDF – Causes M...

    We are encountering an issue while extracting text from a PDF using Aspose.PDF. The PDF contains a vertical line acting as a separator between two text sections. However, during text extraction: The vertical line is n…...Aspose_GetPageLines(int pageID) { var lines = new List<PageLineInfo>(); if (!pageDictionary... out var pageTuple)) return new ReadOnlyCollection<PageLineInfo>(lines);...

    forum.aspose.com/t/vertical-line-not-extracted-...
  2. Aspose.PSD for Java 24.8 - Release Notes|Docume...

    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....psd" ; var opt = new PsdLoadOptions (); opt . setLoadEffectsResour...outputImageFile = new String [ 4 ]; String [] outputPsdFile = new String...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  3. Aspose.PSD for .NET 19.11 - Release Notes|Docum...

    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....psd" ; var loadOptions = new PsdLoadOptions () { LoadEffectsResource...; image . Save ( destName , new PsdOptions ( image )); } PSDNET-135...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-1...
  4. 添加图像和文本|Aspose.PDF for .NET

    本节解释如何使用 PdfFileMend 类添加图像和文本。...objects using ( var document = new Aspose . Pdf . Document ( dataDir...pdf" )) { using ( var mender = new Aspose . Pdf . Facades . PdfFileMend...

    docs.aspose.com/pdf/zh/net/adding-images-and-te...
  5. CommandButtonControl | Aspose.Words for .NET

    Discover the CommandButtonControl constructor. Effortlessly create and customize buttons for your applications with this powerful class instance....CommandButtonControl constructor Initializes a new instance of CommandButtonControl...control. DocumentBuilder builder = new DocumentBuilder (); CommandButtonControl...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Null pointer exception when converting vsd file...

    During vsd->vsdx file conversion, null pointer exception is thrown. vsd file and callstack: 2023.05.26.zip (7.9 MB) The file was converted using this code: File file = New File(PATH_TO_VSD_FILE); Diagram d = New Diag…...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...

    forum.aspose.com/t/null-pointer-exception-when-...
  7. Converting PPTX to PDF in Java, Presentation Ch...

    Hi Team, We are trying convert PPT document into PDF. But, charts from ppt are not rendered correctly in PDF. In PDF chart images got distorted dramatically. Java Version :17 We are using aspose.slides version 25.1 …... File pptFile = new File("pptFilePath"); try (FileInputStream...(FileInputStream fileInputStream = new FileInputStream(pptFile)) { logger...

    forum.aspose.com/t/converting-pptx-to-pdf-in-ja...
  8. Filter and Extract MBOX Messages with Aspose.Em...

    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.... CreateReader ( fileName , new MboxLoadOptions ()); foreach... CreateReader ( "my.mbox" , new MboxLoadOptions ()); foreach...

    docs.aspose.com/email/net/filter-extract-mbox-m...
  9. The input string 'CreatorInfo' was not in a cor...

    We are observing an exception whenever we are trying to load some of the pdfs using code below Document document = New Document(pdfStream); Exception : The input string ‘CreatorInfo’ was not in a correct format Unfor…...code below Document document = new Document(pdfStream); Exception...PdfLoadOptions loadOptions = new PdfLoadOptions { // Skip any...

    forum.aspose.com/t/the-input-string-creatorinfo...
  10. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in JavaScript. Discover sample code and automation techniques to streamline your workflow....a video: var presentation = new aspose . slides . Presentation...); var animationsGenerator = new aspose . slides . PresentationAnimatio...

    docs.aspose.com/slides/nodejs-java/convert-powe...