Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 214,303 for

new

(0.11 sec)
  1. Convert Image To TXT C#

    Convert Image to TXT format in C# code. Save Image as TXT using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/net/conversion/image-...
  2. Add Text to PDF file|Aspose.PDF for PHP via Java

    Explore how to add text to PDF files in PHP using Aspose.PDF for easy content editing....// Open document $document = new Document ( $inputFile ); // get...text fragment $textFragment = new TextFragment ( "Aspose.PDF" );...

    docs.aspose.com/pdf/php-java/add-text-to-pdf-file/
  3. Font.Superscript | Aspose.Words for .NET

    Discover the Font Superscript property, easily format text as superscript for enhanced readability and style in your documents. Boost your design today!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  4. Import and Export Annotations to XFDF format|As...

    You may import and export annotation with XFDF format using Aspose.PDF for Java library....PdfAnnotationEditor AnnotationEditor = new PdfAnnotationEditor (); // Bind...FileOutputStream fileStream = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/import-export-xfdf/
  5. ChartDataTable.HasOutlineBorder | Aspose.Words ...

    Discover the ChartDataTable HasOutlineBorder property, control the display of outline borders around series and category names for enhanced data clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the document....Examples Shows how to specify how a new section separates itself from...break types determine how a new section separates itself from...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...document Document pdfDocument = new Document(dataDir + "fnac01.pdf");...using (FileStream imageStream = new FileStream(dataDir + "image"...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  8. Create a Presentation Viewer in .NET|Aspose.Sli...

    Create a custom presentation viewer in .NET using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Presentation presentation = new Presentation ( "sample.pptx"...Presentation presentation = new Presentation ( "sample.odp" ))...

    docs.aspose.com/slides/net/presentation-viewer/
  9. 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-...
  10. 指定 3D 文件加载选项|Documentation

    有几个 Scene.open 方法重载或 Scene 类构造函数重载接受 LoadOptions 实例。...threed" ); var loadOpts = new aspose . threed . Discreet3dsLoadOptio...threed" ); var loadObjOpts = new aspose . threed . ObjLoadOptions...

    docs.aspose.com/3d/zh/nodejs-java/specify-3d-fi...