Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 222,946 for

new

(0.25 sec)
  1. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...programmatically: Document doc = new Document("YourDocument.docx");...warning: Font warning: Font 'Times New Roman' has not been found. Using...

    forum.aspose.com/t/page-margin-problem/314423
  2. Convert Presentations to HTML5 in Java|Aspose.S...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Java. Preserve formatting, animations, and interactivity....dependencies: Presentation pres = new Presentation ( "pres.pptx" );...this way: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/java/export-to-html5/
  3. NodeImporter Class | Aspose.Words for .NET

    Effortlessly transfer document nodes with Aspose.Words.NodeImporter. Streamline your workflow and enhance document management efficiency today!...ImportFormatMode ) Initializes a new instance of the NodeImporter...ImportFormatOptions ) Initializes a new instance of the NodeImporter...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Convert various file formats to PDF|Aspose.PDF ...

    Discover how to convert various file formats, such as Word, Excel, and PowerPoint, into PDF using Aspose.PDF for Java....LoadOptions EpubLoadOptions options = new EpubLoadOptions (); // Initialize...toString (); Document document = new Document ( epubFileName , options...

    docs.aspose.com/pdf/java/convert-other-files-to...
  5. 添加、检索、复制和读取 Visio 形状数据|Documentation

    本节介绍如何添加形状、设置形状的属性或使用 Aspose.Diagram 复制形状。...a diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...4.25 , pinY = 4.5 ; // Add a new rectangle shape long rectangleId...

    docs.aspose.com/diagram/zh/net/add-retrieve-cop...
  6. Convert Presentations to HTML5 in PHP|Aspose.Sl...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for PHP via Java. Preserve formatting, animations, and interactivity....extensions and dependencies: $pres = new Presentation ( "pres.pptx" );...transitions this way: $pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/php-java/export-to-html5/
  7. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....Parse(new MemoryStream(Convert.FromBase64String(stream...Load(fileStream)) { var ms = new MemoryStream(); img.Save(ms, new PdfOptions());...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  8. Replace Text in PDF File|Aspose.PDF for Java

    This section explains how to replace text with Aspose.PDF Facades - a toolset for popular operations with PDF....(){ PdfContentEditor editor = new PdfContentEditor (); editor ...(){ PdfContentEditor editor = new PdfContentEditor (); editor ...

    docs.aspose.com/pdf/java/replace-text/
  9. DocumentBuilder.insertSignatureLine method | As...

    Aspose.Words.DocumentBuilder.insertSignatureLine method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); let signatureLineOptions = new aw . SignatureLineOptions { Signer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Saving recognition results into a stream|Docume...

    Saving the recognition results of multi-page documents (PDF, Word, and so on) into a memory stream....recognition API AsposeOCR api = new AsposeOCR (); // Add scanned...recognition batch OcrInput source = new OcrInput ( InputType . PDF );...

    docs.aspose.com/ocr/java/save-stream/