Sort Score
Result 10 results
Languages All
Labels All
Results 6,981 - 6,990 of 213,179 for

new

(0.29 sec)
  1. Aspose.PSD for Java 21.6 - 发行说明|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.... save ( outputFileName , new PngOptions ()); } finally { image...image . save ( outputFileName , new PngOptions ()); } finally { image...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  2. MetafileRenderingMode enumeration | Aspose.Word...

    Aspose.Words.Saving.MetafileRenderingMode enumeration. Specifies how Aspose.Words should render WMF and EMF metafiles....IWarningCallback' , () => { let doc = new aw . Document ( base . myDir...); let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IPageSavingCallback Interface | Aspose.Words fo...

    Control document saving with Aspose.Words.Saving.IPageSavingCallback. Customize how pages are saved in fixed formats for optimal results....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions (); // We...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Print 3D PDF - Free Support Forum - aspose.com

    Is it possible to print all the views from a 3D PDF viewer, using Aspose.PDF or another Aspose product?...Print3DPDF(string pdfPath) { var viewer = new PdfViewer(); viewer.BindPdf(pdfPath);...ViewerOnCustomPrint; var ps = new PrinterSettings { PrinterName...

    forum.aspose.com/t/print-3d-pdf/314439
  5. Language detecton|Documentation

    How to detect the languages used on the provided image....languages: OcrInput input = new OcrInput ( InputType . SingleImage...AsposeOCR recognitionEngine = new AsposeOCR (); // Add an image...

    docs.aspose.com/ocr/java/language_detection/
  6. JsonSimpleValueParseMode | Aspose.Words for Java

    Specifies a mode for parsing JSON simple values null boolean number integer and string while loading JSON in Java.... Document doc = new Document(getMyDir() + "Reporting...JsonDataLoadOptions options = new JsonDataLoadOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  7. Შეკუმშოს DOC Javascript

    შეკუმშოს DOC JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....'@aspose/words' ); var doc = new aw.Document( "Input.doc" ); doc...require('@aspose/words'); var doc = new aw.Document("Input.doc"); doc...

    products.aspose.com/words/ka/nodejs-net/compres...
  8. Შეკუმშოს HTML Javascript

    შეკუმშოს HTML JavaScript ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....'@aspose/words' ); var doc = new aw.Document( "Input.html" );...require('@aspose/words'); var doc = new aw.Document("Input.html"); doc...

    products.aspose.com/words/ka/nodejs-net/compres...
  9. Გადაიყვანეთ Word, PDF Და Მრავალი Სხვა Ფაილის Ფო...

    გადააკეთეთ დოკუმენტები პროგრამულად Java სხვადასხვა ფაილის ფორმატებს შორის: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG და მრავალი სხვა....*; 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/
  10. Rotate PDF Pages with Go via C++|Aspose.PDF for...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Go via C++...Changes to a New File. The SaveAs function creates a new PDF file...previously opened PDF-document with new filename err = pdf . SaveAs (...

    docs.aspose.com/pdf/go-cpp/rotate-pages/