Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 213,087 for

new

(0.34 sec)
  1. Გადაიყვანეთ TEXT GIF Java

    გადაიყვანეთ TEXT GIF Java ფორმატში კოდით. შეინახეთ TEXT როგორც GIF Java....*; Document doc = new Document ( "Input.txt" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/conversion/te...
  2. Image with JavaScript via C++|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....uploaded file const wb = new Workbook ( new Uint8Array ( arrayBuffer...image/print options const imgOptions = new ImageOrPrintOptions (); imgOptions...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  3. Copy Ranges of Excel with JavaScript via C++|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....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Get all the...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  4. Page Break in existing PDF|Aspose.PDF for .NET

    Discover how to insert page breaks in an existing PDF file in .NET using Aspose.PDF for better page management....document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var dest = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/page-break-in-existing-...
  5. Გადაიყვანეთ Გამოსახულება PNG Java

    გადაიყვანეთ Გამოსახულება PNG Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PNG Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getShapeRenderer().save( "Output.png" , new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/ka/java/conversion/im...
  6. StructuredDocumentTag.FullDate | Aspose.Words f...

    Discover the StructuredDocumentTag FullDate property, which captures the complete date and time for enhanced document accuracy and tracking.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  7. StructuredDocumentTag.CalendarType | Aspose.Wor...

    Discover the StructuredDocumentTag CalendarType property to customize your SDT calendar type. Enhance your documents with tailored calendar options!... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  8. Get Document Properties in NPOI|Aspose.Words fo...

    Get document properties easily and fast instead of using NPOI in C#.... C# Document doc = new Document ( "Get Document Properties...summaryInfo = new SummaryInformation ( new PropertySet ( new FileStream...

    docs.aspose.com/words/net/get-document-properti...
  9. Convert PDF to Images formats|Aspose.PDF for Java

    Discover how to convert PDF pages into image formats like PNG, JPEG, and TIFF using Aspose.PDF for Java....toString (); Document document = new Document ( documentFileName );...object Resolution resolution = new Resolution ( 300 ); // Create...

    docs.aspose.com/pdf/java/convert-pdf-to-images-...
  10. Some chinese character show as square when conv...

    Hi, some chinese character show as square when using last aspose pdf for .net to convert pdf to jpeg. the code is below : // Open document Aspose.Pdf.Document pdfDocument = New Aspose.Pdf.Document("input.pdf"…...Document pdfDocument = new Aspose.Pdf.Document(“input.pdf”);...using (FileStream imageStream = new FileStream(“image” + pageCount...

    forum.aspose.com/t/some-chinese-character-show-...