Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 164,120 for

new

(0.05 sec)
  1. Stroke.Transparency | Aspose.Words for .NET

    Adjust the Stroke Transparency property to control opacity from 0.0 (opaque) to 1.0 (clear), enhancing your design's visual impact....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  2. HtmlControlType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.HtmlControlType enum for seamless import of HTML input and select elements, enhancing your document processing capabilities....HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions (); htmlLoadOptions...StructuredDocumentTa ; Document doc = new Document ( new MemoryStream ( Encoding...

    reference.aspose.com/words/net/aspose.words.loa...
  3. HtmlSaveOptions.HtmlVersion | Aspose.Words for ...

    Discover the HtmlSaveOptions HtmlVersion property to easily choose your HTML standard when saving documents to HTML or MHTML. Optimize your output effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); HtmlSaveOptions options = new HtmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Გადაიყვანეთ Გამოსახულება DOC Java

    გადაიყვანეთ Გამოსახულება DOC Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOC Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  5. Გადაიყვანეთ Გამოსახულება PDF Java

    გადაიყვანეთ Გამოსახულება PDF Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  6. Გადაიყვანეთ Გამოსახულება TXT Java

    გადაიყვანეთ Გამოსახულება TXT Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც TXT Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  7. Using a Microsoft Word Document as the Message ...

    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....MHTML Document wordDocument = new Document ( dataDir + "Test.doc"...ByteArrayOutputStrea mhtmlStream = new ByteArrayOutputStrea (); wordDocument...

    docs.aspose.com/email/java/using-a-microsoft-wo...
  8. Add Pages to PDF Document|Aspose.PDF for Go via...

    Explore how to add pages to an existing PDF in Go with Aspose.PDF for enhancing and expanding your documents....PageAdd method is used to insert a new blank page into the existing...changes, such as the addition of new pages. The Close method is called...

    docs.aspose.com/pdf/go-cpp/add-pages/
  9. Create or Manage PowerPoint SmartArt Shape Node...

    Manage smart art node and child node in PowerPoint Presentations in Java... Add a new Node in SmartArt shape NodeCollection...presentation Presentation pres = new Presentation ( "SimpleSmartArt...

    docs.aspose.com/slides/androidjava/manage-smart...
  10. PNG to PDF Merge using C# | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PNG file to new page...

    products.aspose.com/pdf/net/merger/png-to-pdf/