Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 213,512 for

new

(0.25 sec)
  1. Convert PDF to PDF/A | Aspose.PDF for .NET | Em...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with a Newly embedded file (sample-input.pdf), the processed file ignores the MIME Type gi…...doc = new Document(input)) { var fileSpecification = new FileSpecification((new...FileSpecification((new StreamReader(documentPath)).BaseStream, "factur-x...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  2. Aspose::Words::Fonts::FontSettings::get_Default...

    Aspose::Words::Fonts::FontSettings::get_DefaultInstance method. Static default font settings in C++....instance to use the "Courier New" font // as a backup substitute...set_DefaultFontName ( u "Courier New" ); ASSERT_TRUE ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Public API Changes in Aspose.Imaging 2.9.0|Docu...

    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.... It includes not only new and updated public methods, added...)) { PdfOptions pdfOptions = new PdfOptions (); pdfOptions . ...

    docs.aspose.com/imaging/net/public-api-changes-...
  4. Summarize a Document|Aspose.Words for Java

    Summarize a document. Aspose.Words for Java simplifies document summarization using OpenAI and Google AI models by allowing you to specify the summary length....GPT-4o model: Document firstDoc = new Document ( getMyDir () + "Big...docx" ); Document secondDoc = new Document ( getMyDir () + "Document...

    docs.aspose.com/words/java/summarize-a-document/
  5. Example of Hello World using Rust language|Aspo...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Rust....steps: Create a new PDF document instance. Add a new page to the...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/hello-world-example/
  6. FixedPageSaveOptions.MetafileRenderingOptions |...

    Discover FixedPageSaveOptions' MetafileRenderingOptions property to customize and enhance your metafile rendering for optimal results....HandleBinaryRasterWa () { Document doc = new Document ( MyDir + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt (); // Set...

    reference.aspose.com/words/net/aspose.words.sav...
  7. StructuredDocumentTagRangeStart | Aspose.Words ...

    Create a New StructuredDocumentTagRangeStart instance effortlessly. Enhance your document management with this powerful constructor for structured tags....StructuredDocumentTa constructor Initializes a new instance of the Structured document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Export Math Equations from Presentations in .NE...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for .NET—preserve formatting and boost compatibility....using ( Presentation pres = new Presentation ()) { var autoShape...MathParagraph ; mathParagraph . Add ( new MathematicalText ( "a" ). SetSuperscript...

    docs.aspose.com/slides/net/exporting-math-equat...
  9. 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
  10. 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/