Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 164,131 for

new

(0.07 sec)
  1. CertificateHolder.Create | Aspose.Words for .NET

    Effortlessly create a CertificateHolder object from a PKCS12 byte array and password. Simplify certificate management with our intuitive method....password: SecureString password = new NetworkCredential ( "" , "aw"...using ( FileStream certStream = new FileStream ( MyDir + "morzal...

    reference.aspose.com/words/net/aspose.words.dig...
  2. Aspose.PDF.Drawing Converting PDF to Docx in Li...

    Hello. Library used here is Aspose.PDF.Drawing [25.6.0], but tested with [25.5.0] as well. We are using linux containers using amazon linux 2023 base image, and when trying to convert a PDF document to Docx, we get s…...words in the generated Docx get new empty spaces mid-words, for example...Edison”; using (var pdfDocument = new Aspose.Pdf.Document(pdfFilePath))...

    forum.aspose.com/t/aspose-pdf-drawing-convertin...
  3. 公共 API Aspose.Diagram 5.9.0 的变化|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....a VSD file Diagram diagram = new Diagram ( "Basic Flowchart.vsd"...ByteArrayOutputStrea dstStream = new ByteArrayOutputStrea (); diagram...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  4. DocumentBuilder.MoveToHeaderFooter | Aspose.Wor...

    Effortlessly navigate to headers and footers with the DocumentBuilder MoveToHeaderFooter method, enhancing your document editing efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  5. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of paths....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. IStructuredDocumentTag.Tag | Aspose.Words for .NET

    Discover the IStructuredDocumentTag property that defines a unique tag for your SDT node, enhancing document structure and ensuring clarity.... Document doc = new Document (); // Create a structured... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  7. DocumentSplitCriteria enumeration | Aspose.Word...

    Aspose.Words.Saving.DocumentSplitCriteria enumeration. Specifies how the document is split into parts when saving to [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub) or [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) format....specifying start of new section on a new page, or a paragraph...specifying start of new section in a new column. SectionBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HtmlSaveOptions.HtmlVersion | Aspose.Words for ...

    Discover the HtmlSaveOptions HtmlVersion property to easily choose your HTML standard when saving documents to HTML or MHTML. Optimize your output effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); HtmlSaveOptions options = new HtmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Remove Slide from Presentation|Aspose.Slides Do...

    Remove slide from PowerPoint by reference or index in Java...presentation file Presentation pres = new Presentation ( "demo.pptx" );...presentation file Presentation pres = new Presentation ( "demo.pptx" );...

    docs.aspose.com/slides/java/remove-slide-from-p...
  10. Multithreading in Aspose.Slides|Aspose.Slides D...

    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....Presentation presentation = new Presentation ( inputFilePath...< Void >> conversionTasks = new ArrayList <>( slideCount ); for...

    docs.aspose.com/slides/java/multithreading/