Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 223,125 for

new

(0.16 sec)
  1. Set Start and Stop Symbols of Codabar Barcode i...

    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....constructor $symbology = new Symbology (); $builder = new BarCodeBuilder...symbol to A $codabarSymbol = new CodabarSymbol (); $builder ->...

    docs.aspose.com/barcode/java/set-start-and-stop...
  2. WarningInfoCollection.Clear | Aspose.Words for ...

    Effortlessly clear your WarningInfoCollection with this method, removing all elements for streamlined data management and improved performance.... Document doc = new Document ( MyDir + "Missing font...WarningInfoCollectio warningCollector = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...
  3. Convert PS to PDF is taking for ever - Free Sup...

    Hi Team, We have a situation here that needs your help. We are trying to convert a .PS file into a .PDF for visualization. We have been trying a couple of things, but nothing seems to work. Everything we try it take…...pso = new Aspose.Pdf.PsLoadOptions(); pso.FontsFolders = new string[]...Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(caminho,...

    forum.aspose.com/t/convert-ps-to-pdf-is-taking-...
  4. 在 PHP 中向 PST 添加文件|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....$personalStorage = new PersonalStorage (); $fileFormatVersion = new FileFormatVersion...Unicode ); $standardIpmFolder = new StandardIpmFolder (); $fi = $pst...

    docs.aspose.com/email/zh/java/adding-files-to-p...
  5. FindReplaceOptions.IgnoreFootnotes | Aspose.Wor...

    Discover the FindReplaceOptions IgnoreFootnotes property to easily manage footnotes in your documents. Enhance editing efficiency with this simple toggle!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions { IgnoreFootnotes...

    reference.aspose.com/words/net/aspose.words.rep...
  6. DocumentBuilderOptions.ContextTableFormatting |...

    Discover the ContextTableFormatting property in DocumentBuilderOptions. Ensure table formatting remains independent, enhancing your document's clarity and style.... Document doc = new Document (); DocumentBuilderOptio...DocumentBuilderOptio builderOptions = new DocumentBuilderOptio (); builderOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FontSubstitutionRule Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FontSubstitutionRule class—your essential guide for effective font substitution in document processing and design....FontSettings fontSettings = new FontSettings (); FontConfigSubstituti...FontConfigSubstituti ; bool isWindows = new [] { PlatformID . Win32NT , PlatformID...

    reference.aspose.com/words/net/aspose.words.fon...
  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/