Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 214,303 for

new

(0.11 sec)
  1. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....throws Exception { Document doc = new Document(); // A smart tag appears...underline. SmartTag smartTag = new SmartTag(doc); // Smart tags...

    reference.aspose.com/words/java/com.aspose.word...
  2. Შეკუმშოს JPG C#

    შეკუმშოს JPG C# ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ JPG კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.jpg" ); var saveOptions = new ImageSaveOptions(SaveFormat.Jpeg)...

    products.aspose.com/words/ka/net/compress/jpg/
  3. PdfException during Xml to Pdf conversion - Fre...

    Hello, I am trying to convert Xml to Pdf using below aspose code but encountering an exception. Code I am using: try (final com.aspose.pdf.Document document = New com.aspose.pdf.Document();) { final com.as…...Document document = new com.aspose.pdf.Document();) {...PdfSaveOptions pdfSaveOptions = new com.aspose.pdf.PdfSaveOptions();...

    forum.aspose.com/t/pdfexception-during-xml-to-p...
  4. Pdf Compliace PDF/A and PDF/UA - Free Support F...

    I’m setting the PDF compliance to PDF_A_4_UA_2 but the generated document doesn’t appear to be compliant with any PDF/A standard....(ByteArrayOutputStrea pdfStream = new ByteArrayOutputStrea()) { PdfSaveOptions...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...

    forum.aspose.com/t/pdf-compliace-pdf-a-and-pdf-...
  5. HtmlVersion | Aspose.Words for Java

    Indicates the version of HTML is used when saving the document to SaveFormat.HTML and SaveFormat.MHTML formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.HTML);...

    reference.aspose.com/words/java/com.aspose.word...
  6. AsposeWordsPrintDocument.PagesRemaining | Aspos...

    Track remaining pages in active print jobs with AsposeWordsPrintDocument PagesRemaining property for print control.... Document doc = new Document ( MyDir + "Rendering...PrinterSettings printerSettings = new PrinterSettings (); printerSettings...

    reference.aspose.com/words/net/aspose.words.ren...
  7. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...an error. Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words/com...
  8. Սեղմել TIFF Ը C# Ում

    Սեղմեք TIFF ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք TIFF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.tiff" ); var saveOptions = new ImageSaveOptions(SaveFormat.Tiff)...

    products.aspose.com/words/hy/net/compress/tiff/
  9. Heap error during CDR to Pdf convertion - Free ...

    type or paste code here This is my Java code to convert CDR file into PDF file this throw heap error package Activation; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java…...buff = new byte[is.available()]; is.read(buff); ency td = new ency();...decrypt(buff); OutputStream outStream = new FileOutputStream( System.getProperty("java...

    forum.aspose.com/t/heap-error-during-cdr-to-pdf...
  10. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...out an error. let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...