Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 224,714 for

new

(0.14 sec)
  1. Გადაიყვანეთ JPG TXT C#

    გადაიყვანეთ JPG TXT C# ფორმატში კოდით. შეინახეთ JPG როგორც TXT C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/jpg...
  2. Გადაიყვანეთ JPG DOC C#

    გადაიყვანეთ JPG DOC C# ფორმატში კოდით. შეინახეთ JPG როგორც DOC C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/jpg...
  3. Convert HTML to MHTML – Aspose.HTML for .NET

    Learn how to convert HTML to MHTML with Aspose.HTML. You will consider the supported HTML to MHTML conversion scenarios and C# examples to illustrate them....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-html-to-mhtml/
  4. How to use Aspose.CAD in TypeScript|CAD Documen...

    Use Aspose.CAD in TypeScript....save(array, new PngOptions()); return await exportedFilePromise..., function() { var reader = new FileReader(); reader.onload =...

    docs.aspose.com/cad/javascript-net/showcases/ho...
  5. Public API Changes in Aspose.Cells 8.6.0|Docume...

    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.... It includes not only new and updated public methods, added...for Java API has exposed two new classes namely WorkbookMetadata...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Replacer | Aspose.Words for Java

    Provides methods intended to find and replace text in the document in Java....create(ReplacerContext context) Creates new instance of the replacer processor...create(ReplacerContext context) Creates new instance of the replacer processor...

    reference.aspose.com/words/java/com.aspose.word...
  7. Open AI file online | products.aspose.com

    Open AI file online...NET // For the new AI format please use the following...try { using var pdfDocument = new Aspose.Pdf.Document(pdfFileStream);...

    products.aspose.com/psd/view/open-ai-online/
  8. SSN NOt Getting Redacted - Free Support Forum -...

    I’m reaching out to explore solutions for scanning text and performing OCR on PDF documents to redact PII information. We are looking to process approximately 1 million PDFs every day, and I am keen to understand the bes…...document Document pdfDocument = new Document("input.pdf"); // Define...TextFragmentAbsorber absorber = new TextFragmentAbsorber(pattern);...

    forum.aspose.com/t/ssn-not-getting-redacted/316872
  9. PDF to HTML to PDF conversion results in differ...

    Hello Aspose Team, I am working on a round-trip scenario where I convert a PDF to HTML, make a small edit in the HTML, and then convert it back to PDF. I’ve attached the following files for reference: Aspose.PDF issue…...HTML Document pdfDocument = new Document("Edited-HTML.html");...pdfDocument.PageInfo.Margin = new MarginInfo(originalLeftMargin...

    forum.aspose.com/t/pdf-to-html-to-pdf-conversio...
  10. How to Create PDF using C#|Aspose.PDF for .NET

    Create and format the PDF Document with Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/net/create-pdf-document/