Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 217,902 for

new

(0.18 sec)
  1. Փոխարկել DOC DOCX Java

    Փոխարկեք DOC ը DOCX ձևաչափի Java կոդով: Պահեք DOC որպես DOCX օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/do...
  2. Փոխարկել DOC RTF Java

    Փոխարկեք DOC ը RTF ձևաչափի Java կոդով: Պահեք DOC որպես RTF օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/do...
  3. Aspose Diagram not able to convert VSDX file ty...

    Hi Team, We are using the Aspose.Diagram library method to convert VSDX files into PDF format. However, we have encountered the following issues in the PDF output: Font-family changes. PDF image distortions, includin…... Diagram diagram = new Diagram(inputFilePath); diagram...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/aspose-diagram-not-able-to-c...
  4. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts. Set slides per page, keep notes, export to PDF or images with Aspose.Slides for Node.js, with sample code. Try it free.... let presentation = new asposeSlides . Presentation (...options. let slidesLayoutOptions = new asposeSlides . HandoutLayoutingOpti...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  5. Convert PowerPoint Presentations in Handout Mod...

    Convert presentations to handouts in Java. Set slides per page, keep notes, export to PDF or images with Aspose.Slides for Android, with sample code. Try it free....Presentation presentation = new Presentation ( "sample.pptx"...HandoutLayoutingOpti slidesLayoutOptions = new HandoutLayoutingOpti (); slidesLayoutOptions...

    docs.aspose.com/slides/androidjava/convert-powe...
  6. Picture fill not considered when exporting a sl...

    In a C# environment, using the latest version of Aspose.Slides package to this day (25.12.0), I have this presentation that contains only one slide: Export-PNG-Color-NOK.zip (795,6 Ko) The slide only contains one pic…...documentation: LoadOptions loadOptions = new LoadOptions() { BlobManagementOption...}; using (var presentation = new Aspose.Slides.Presentation(pptxPath...

    forum.aspose.com/t/picture-fill-not-considered-...
  7. SdtDateStorageFormat Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Markup.SdtDateStorageFormat enhances date handling in SDTs, ensuring seamless XML data integration in your documents.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  8. 如何用 .NET 添加 Underline 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Underline 个注释。...PDF file Document document = new Document ( System . IO . Path... = new UnderlineAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  9. 如何用 .NET 添加 Caret 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Caret 个注释。...PDF file Document document = new Document ( System . IO . Path...caretAnnotation1 = new CaretAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. Convert PDF to PDF/A formats|Aspose.PDF for PHP...

    Explore how to convert PDF files to PDF/A format for compliance with document archiving standards in PHP via Java.... // Create a new Document object and load the...input PDF file. $document = new Document ( $inputFile ); // Convert...

    docs.aspose.com/pdf/php-java/convert-pdf-to-pdfa/