Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 214,359 for

new

(0.12 sec)
  1. Გადაიყვანეთ TEXT PNG C#

    გადაიყვანეთ TEXT PNG C# ფორმატში კოდით. შეინახეთ TEXT როგორც PNG C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/tex...
  2. Გადაიყვანეთ PDF Გამოსახულება C#

    გადაიყვანეთ PDF Გამოსახულება C# ფორმატში კოდით. შეინახეთ PDF როგორც Გამოსახულება C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/pdf...
  3. Generate Thumbnail Images from PDF Documents|As...

    This section describes how to generate thumbnail images from PDF documents using Aspose.PDF for Java....document Document pdfDocument = new Document ( fileEntries . get...FileOutputStream imageStream = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/generate-thumbnail-ima...
  4. Extract Message Attachments using Aspose.Email ...

    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.... Java MAPIMessage msg = new MAPIMessage ( dataDir + "message...attachments . length > 0 ) { File d = new File ( dataDir + "attachments"...

    docs.aspose.com/email/java/extract-message-atta...
  5. DigitalSignatureType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.DigitalSignatures.DigitalSignatureType enum to enhance your document security with versatile digital signature options.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  6. MailMergeCheckErrors Enum | Aspose.Words for .NET

    Discover how Aspose.Words.MailMergeCheckErrors enum enhances your mail merge process by efficiently reporting Microsoft Word errors for seamless document creation....merge and report errors in a new document. PauseOnError 2 Complete...merge and report errors in a new document. Default 2 Equals to...

    reference.aspose.com/words/net/aspose.words.set...
  7. FieldAsk.DefaultResponse | Aspose.Words for .NET

    Discover the FieldAsk DefaultResponse property. Easily manage initial user responses in prompt windows to enhance user interaction and streamline workflows....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...mail merge. DataTable table = new DataTable ( "My Table" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldAsk.BookmarkName | Aspose.Words for .NET

    Discover the FieldAsk BookmarkName property to easily manage and customize your bookmarks. Enhance your user experience with seamless navigation!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...mail merge. DataTable table = new DataTable ( "My Table" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Create Workbook and Worksheet Scoped Named Rang...

    Learn how to create workbook and worksheet scoped named ranges using Aspose.Cells for JavaScript via C++....load it; otherwise create a new blank workbook let workbook ;...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/create-wor...
  10. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...document Document pdfDocument = new Document("input.pdf"); // Loop...io.OutputStream imageStream = new java.io.FileOutputStream("Converted_Image"...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...