Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 196,996 for

new

(0.13 sec)
  1. Გადაიყვანეთ Გამოსახულება SVG Javascript

    გადაიყვანეთ Გამოსახულება SVG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.svg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  2. Გადაიყვანეთ Გამოსახულება JPG Javascript

    გადაიყვანეთ Გამოსახულება JPG JavaScript ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  3. BuildingBlockType | Aspose.Words for Java

    Specifies a building block type in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...document. BuildingBlock block = new BuildingBlock(glossaryDoc); block...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose.TeX and Object TeX | Aspose.TeX for .NET

    TeX is an input and output format of this API solution so here we go with explaining the Object TeX and how it is transformed into a target format....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tex/net/aspose-tex-and-object-tex/
  5. MemoryFontSource.FontData | Aspose.Words for .NET

    Discover MemoryFontSource's FontData property for seamless binary font integration. Enhance your projects with efficient font management solutions....MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  6. MarkdownLoadOptions | Aspose.Words for .NET

    Discover the MarkdownLoadOptions constructor to easily initialize MarkdownLoadOptions instances for enhanced document processing and customization....MarkdownLoadOptions constructor Initializes a new instance of MarkdownLoadOptions...using ( MemoryStream stream = new MemoryStream ( Encoding . UTF8...

    reference.aspose.com/words/net/aspose.words.loa...
  7. Send Email Messages via MailGun and SendGrid|Do...

    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...."YOUR_MAILGUN_PRIVATE_API_KEY" ; var opt = new MailgunClientOptions { Domain..."YOUR_SENDGRID_PRIVATE_API_KEY" ; var opt = new SendGridClientOption { ApiKey...

    docs.aspose.com/email/net/send-email-messages-v...
  8. Code Examples|Documentation

    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....ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea (); BarcodeGenerator...BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes . PDF_417...

    docs.aspose.com/barcode/java/barcode-generation...
  9. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...Presentation presentation = new Presentation(); presentation...getSolidFillColor().setColor(new Color(103, 88, 149)); series...

    forum.aspose.com/t/need-a-sample-code-to-create...
  10. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...the code already sent // Add a new page to the main Aspose PDF document...setTop(0); currentAposeGraph = new Graph(currentAsposePage.getPageInfo()...

    forum.aspose.com/t/create-a-pdf-a2-a/312852