Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 148,860 for

new

(0.14 sec)
  1. Watermark PDF API | Aspose.PDF

    Add or remove watermark from PDF documents with free cross-platform Apps and High Code APIs for any platform....watermark to PDF file - C# doc = new Aspose . Pdf . Document ( "1..."1.pdf" ); artifact = new Aspose . Pdf . WatermarkArtifact ();...

    products.aspose.com/pdf/watermark/
  2. Underline Enum | Aspose.Words for .NET

    Discover Aspose.Words.Underline enum for versatile font underlining options. Enhance your document formatting with customizable styles today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...will take us to the URL via a new web browser window. doc . Save...

    reference.aspose.com/words/net/aspose.words/und...
  3. ImageSaveOptions.tiffBinarizationMethod propert...

    ImageSaveOptions.tiffBinarizationMethod property. Gets or sets method used while converting images to 1 bpp format when [ImageSaveOptions.saveFormat](../saveFormat/) is [SaveFormat.Tiff](../../../aspose.words/saveformat/#Tiff) and [ImageSaveOptions.tiffCompression](../tiffCompression/) is equal to [TiffCompression.Ccitt3](../../tiffcompression/#Ccitt3) or [TiffCompression.Ccitt4](../../tiffcompression/#Ccitt4)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...darker images. let options = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.Diagram 用于 Node.js 示例|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code....diagram" ); var diagram = new aspose . diagram . Diagram ();..."aspose.diagram" ); diagram = new aspose . diagram . Diagram (...

    docs.aspose.com/diagram/zh/java/aspose-diagram-...
  5. Გადაიყვანეთ HTML WORD Java

    გადაიყვანეთ HTML WORD Java ფორმატში კოდით. შეინახეთ HTML როგორც WORD Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/ht...
  6. Გადაიყვანეთ WORD TXT Java

    გადაიყვანეთ WORD TXT Java ფორმატში კოდით. შეინახეთ WORD როგორც TXT Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/wo...
  7. Გადაიყვანეთ TEXT PDF Java

    გადაიყვანეთ TEXT PDF Java ფორმატში კოდით. შეინახეთ TEXT როგორც PDF Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/te...
  8. CommentDisplayMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.CommentDisplayMode enum for optimized document comment rendering. Enhance your document's clarity and presentation today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Create Slide as SVG Image|Aspose.Slides Documen...

    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....file using (Presentation pres = new Presentation("Slides Test Presentation...object MemoryStream SvgStream = new MemoryStream(); //Generate SVG...

    docs.aspose.com/slides/net/create-slide-as-svg-...
  10. Comment.RemoveReply | Aspose.Words for .NET

    Effortlessly remove unwanted replies with the Comment RemoveReply method, ensuring your discussions stay clear and relevant. Enhance your comment management today!...Document doc = new Document (); Comment comment = new Comment ( doc... "J.B." , DateTime . Now , "New reply" ); comment . AddReply...

    reference.aspose.com/words/net/aspose.words/com...