Sort Score
Result 10 results
Languages All
Labels All
Results 4,821 - 4,830 of 213,541 for

new

(0.28 sec)
  1. Manage Header and Footer|Aspose.PDF for Java

    Learn how to add, remove, or modify headers and footers in a PDF document using Aspose.PDF in Java....object PdfFileStamp fileStamp = new PdfFileStamp (); // Open Document...FormattedText formattedText = new FormattedText ( "Aspose - Your...

    docs.aspose.com/pdf/java/manage-header-and-footer/
  2. Merge OBJ File Formats via .NET | products.aspo...

    C# source code to load, render and Merge OBJ documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/obj/
  3. Merge U3D File Formats via .NET | products.aspo...

    C# source code to load, render and Merge U3D documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/u3d/
  4. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = New Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...Document doc = new Aspose.Words.Document(dir + ...Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  5. 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...
  6. 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/
  7. Format PowerPoint Text in PHP|Aspose.Slides for...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Customize fonts, colors, alignment, and more....to use this feature: $pres = new Presentation ( "Presentation...try { $textHighlightingOpti = new TextHighlightingOpti (); $textHighlightingOpti...

    docs.aspose.com/slides/php-java/text-formatting/
  8. Converting a scan to editable document|Document...

    Create an editable document in Microsoft Word format from a scanned image, PDF or even a photo....frequently arise for creating new documents based on existing scanned...advantageous: Quickly assemble a new contract or other legal agreement...

    docs.aspose.com/ocr/net/scan-to-word/
  9. IAiModelText.checkGrammar method | Aspose.Words...

    IAiModelText.checkGrammar method. Checks grammar of the provided document... Returns A new Document with checked grammar...grammar of a document. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Issues when converting PDF to JPG - Free Suppor...

    Hello, I need to convert a PDF using Aspose.Imaging but always get an image with black background. This is my code: LoadOptions loadOptions = New LoadOptions { BufferSizeHint = 100, // Set buffer size hint to avoi…...code: LoadOptions loadOptions = new LoadOptions { BufferSizeHint...Pages[pageIndex]) { var jpegOptions = new Aspose.Imaging.ImageOptions.JpegOptions()...

    forum.aspose.com/t/issues-when-converting-pdf-t...