Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 213,390 for

new

(0.85 sec)
  1. BuildingBlockBehavior | Aspose.Words for Java

    Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...document. BuildingBlock block = new BuildingBlock(glossaryDoc); block...

    reference.aspose.com/words/java/com.aspose.word...
  2. Extract Table Data from PDF|Aspose.PDF for Java

    Learn how to extract tabular from PDF using Aspose.PDF for Java... Document pdfDocument = new com . aspose . pdf . Document...pdf . TableAbsorber absorber = new com . aspose . pdf . TableAbsorber...

    docs.aspose.com/pdf/java/extract-data-from-tabl...
  3. Convert HTML to XPS | C# Examples

    Learn about the supported HTML to XPS conversion scenarios using Aspose.HTML for .NET API and consider C# examples to illustrate them....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-html-to-xps/
  4. Public API Changes in Aspose.Cells 8.3.0|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....AutoRecover Property The new property AutoRecover has been...more information. C# var book = new Workbook ( "sample.xlsx" ); var...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. IHyphenationCallback | Aspose.Words for Java

    Implemented by classes which can register hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  6. Add Signature in PDF File|Aspose.PDF for .NET

    This section explains how to add signature to PDF File using PdfFileSignature class....using ( var pdFileSignature = new Aspose . Pdf . Facades . PdfFileSignature... Drawing . Rectangle rect = new System . Drawing . Rectangle...

    docs.aspose.com/pdf/net/add-signature-in-pdf/
  7. 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-...
  8. DocumentBase.WarningCallback | Aspose.Words for...

    Discover the DocumentBase WarningCallback property, vital for ensuring data integrity during document processing by detecting potential formatting issues.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/doc...
  9. 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...
  10. Convert PPTX to Video in Java | products.aspose...

    Convert PPTX to video in Java. Use Java library API to convert PowerPoint to video...Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    products.aspose.com/slides/java/conversion/pptx...