Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 214,373 for

new

(0.17 sec)
  1. Փոխարկել HTML PNG Java

    Փոխարկեք HTML ը PNG ձևաչափի Java կոդով: Պահեք HTML որպես PNG օգտագործելով Java:...*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/hy/java/conversion/ht...
  2. 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
  3. 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/
  4. 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...
  5. Փոխարկել WORD MARKDOWN C#

    Փոխարկեք WORD ը MARKDOWN ձևաչափի C# կոդով: Պահեք WORD որպես MARKDOWN օգտագործելով C#:...Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/wor...
  6. Փոխարկել PDF HTML C#

    Փոխարկեք PDF ը HTML ձևաչափի C# կոդով: Պահեք PDF որպես HTML օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/pdf...
  7. Փոխարկել PDF TXT C#

    Փոխարկեք PDF ը TXT ձևաչափի C# կոդով: Պահեք PDF որպես TXT օգտագործելով C#:...Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/pdf...
  8. Փոխարկել HTML WORD C#

    Փոխարկեք HTML ը WORD ձևաչափի C# կոդով: Պահեք HTML որպես WORD օգտագործելով C#:...Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/htm...
  9. 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/
  10. DigitalSignatureCollection.IsValid | Aspose.Wor...

    Ensure document integrity with DigitalSignatureCollection's IsValid property. It verifies all signatures are valid and untampered, enhancing security.... SignOptions signOptions = new SignOptions { SignTime = DateTime... using ( FileStream inDoc = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...