Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 216,920 for

new

(0.27 sec)
  1. Car plate recognition settings|Documentation

    Configuring Aspose.OCR for .NET recognition engine for extracting text from car plate images or photographs....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/recognition-settings-ca...
  2. PageVerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.PageVerticalAlignment enum for optimal text alignment on pages. Enhance your document's layout with precise vertical justification!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...centered text." ); // If we start a new section using a document builder...

    reference.aspose.com/words/net/aspose.words/pag...
  3. ExportHeadersFootersMode enumeration | Aspose.W...

    Aspose.Words.Saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB.... let doc = new aw . Document ( base . myDir...converting to html. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. NPE when convert HTML to PDF - Free Support For...

    Hello! I convert HTML to PDF import com.aspose.pdf.*; import com.aspose.pdf.HtmlSaveOptions.PartsEmbeddingModes; import com.aspose.pdf.HtmlSaveOptions.RasterImagesSavingModes; ... public byte[] createDocumentFromHt…...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...optimizedMemoryStrea; try (Document document = new Document(htmlFile.getAbsolutePath()...

    forum.aspose.com/t/npe-when-convert-html-to-pdf...
  5. Issue exporting AUTO_FIT_TO_CONTENTS table with...

    Extra cell width is added to AUTO_FIT_TO_CONTENTS table cells with vertical text orientation in PDF export. Code snippet: Document document = New Document(); DocumentBuilder builder = New DocumentBuilder(document); bu…...document = new Document(); DocumentBuilder builder = new DocumentBuilder(document);...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/issue-exporting-auto-fit-to-...
  6. PdfSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PdfSaveOptions SaveFormat property to easily save documents in PDF format. Simplify your file management with efficient saving options....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Encrypt PDF using Rust|Aspose.PDF for Rust via C++

    Encrypt PDF File with Aspose.PDF for Rust via C++.... Create a new PDF document. Encrypt the PDF...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/encrypt-pdf/
  8. FieldStart Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldStart class, your key to efficiently managing Word fields in documents. Enhance your document processing today!... To easily insert a new field into a document, use the...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Conversion from HTML to PDF is failing - Free S...

    Hi, I am using Aspose.pdf to convert HTML to PDF. For some HTML files it is failing to convert. I am attaching one of them including its CSS and IMAGES. Could you please let me know where is the issue? The version of th…...License license = new Aspose.Pdf.License(); license...Aspose.Pdf.Generator.Pdf pdf = new Aspose.Pdf.Generator.Pdf(); Aspose...

    forum.aspose.com/t/conversion-from-html-to-pdf-...
  10. CleanupOptions.unusedBuiltinStyles property | A...

    CleanupOptions.unusedBuiltinStyles property. Specifies that unused [Style.builtIn](../../style/builtIn/) styles should be removed from document.... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

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