Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 213,381 for

new

(0.21 sec)
  1. Aspose.PSD for .NET 23.4 - Release Notes|Docume...

    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.... Load ( sourceFile , new PsdLoadOptions ())) { Layer layer...image . Save ( outputFile , new PsdOptions ()); } using ( var...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  2. Manipulate Annotations in PDF using C# | Aspose...

    Manage Annotations in PDF programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); var textAnnotation = new Aspose . Pdf . Annotations ....

    products.aspose.com/pdf/net/annotation/
  3. CompositeNode.RemoveAllChildren | Aspose.Words ...

    Effortlessly clear all child nodes with the CompositeNode RemoveAllChildren method. Streamline your code and enhance performance today!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/com...
  4. Run.text property | Aspose.Words for Node.js

    Run.text property. Gets or sets the text of the run.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert-ps/
  6. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...ToMailMessage(new MailConversionOption()); // Convert...MhtSaveOptions mhtSaveOptions = new MhtSaveOptions(); mhtSaveOptions...

    forum.aspose.com/t/when-converting-an-msg-file-...
  7. Aspose.Words hangs indefinitely when saving as ...

    Can use the attached document (after unzip) and following code to reproduce. Tested in v24.10.0. var bytes = File.ReadAllBytes(@"input.doc"); using MemoryStream ms = New MemoryStream(); ms.Write(bytes, 0, bytes.Length);…...doc"); using MemoryStream ms = new MemoryStream(); ms.Write(bytes...Aspose.Words.Document document = new Aspose.Words.Document(ms); using...

    forum.aspose.com/t/aspose-words-hangs-indefinit...
  8. ChartSeriesCollection.RemoveAt | Aspose.Words f...

    Effortlessly manage your chart data with the ChartSeriesCollection RemoveAt method—quickly remove any ChartSeries by index for streamlined analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...// We can add a series with new values for existing categories...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Convert Specific Pdf Page - Free Support Forum ...

    Hello, I do see SaveOptions which can be used to export PDF (all pages) to HTML / SVG. However I wish to know if there is option to specify a page also? It does create multiple files on disk. But I want to know option…...below: Document pdfDocument = new Document(@“test.pdf”); Aspose...SvgSaveOptions saveOptions = new Aspose.Pdf.SvgSaveOptions();...

    forum.aspose.com/t/convert-specific-pdf-page/70046
  10. Convert PowerPoint Presentations to Word Docume...

    Convert PowerPoint PPT and PPTX slides to editable Word documents using Aspose.Slides for PHP via Java with precise layout, images and formatting preserved....presentation (PPT or PPTX) in new ways, you may benefit from converting...$pres = new Presentation ( $inputPres ); try { $doc = new Document...

    docs.aspose.com/slides/php-java/convert-powerpo...