Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 197,077 for

new

(0.07 sec)
  1. StructuredDocumentTag.isShowingPlaceholderText ...

    StructuredDocumentTag.isShowingPlaceholderText property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Delete PDF pages|Aspose.PDF for .NET

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class....PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...to delete var pagesToDelete = new int [] { 1 , 2 }; // Delete pages...

    docs.aspose.com/pdf/net/delete-pdf-pages/
  3. DocumentBuilder.insertParagraph method | Aspose...

    DocumentBuilder.insertParagraph method. Inserts a paragraph break into the document....placed at the beginning of the new paragraph. An exception is thrown...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在PHP中将工作表转换为图像|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....$imageFormat = new ImageFormat (); //Instantiate a new workbook with...path to an Excel file $book = new Workbook ( $dataDir . "MyTestBook1...

    docs.aspose.com/cells/zh/java/converting-worksh...
  5. System.Drawing.Common dependency on linux envir...

    We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9). When calling the SaveAsPdf method on a PsDocument, the following exception is thrown: pgsql CopyEdit …...CopyEdit using (FileStream fs = new FileStream(OriginalFilePath,...document = new PsDocument(fs); using (FileStream pdfStream = new Fil...

    forum.aspose.com/t/system-drawing-common-depend...
  6. 高级功能|Aspose.PDF for .NET

    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....document using ( var document = new Aspose . Pdf . Document ()) {... Add (); var textFragment = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/advanced-features/
  7. PdfDigitalSignatureTimestampSettings Class | As...

    Discover Aspose.Words.PdfDigitalSignatureTimestampSettings for seamless digital signature timestamp management. Enhance your PDF security effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Control the Appearance of Code Text in PHP|Docu...

    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....set_appearance ( $dataDir = null ){ $bb = new BarCodeBuilder (); \ # Set up...up code text color $color = new Color (); $bb -> setCodeTextColor...

    docs.aspose.com/barcode/java/control-the-appear...
  9. Load And Save To Stream in PHP|Aspose.Words for...

    Load And Save Document To Stream using PHP.... $ stream = new Java ( "java.io.FileInputStream"...document into memory. $ doc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/load-and-save-to-str...
  10. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java.... Document doc = new Document(getMyDir() + "Properties...name, boolean value) Creates a new custom document property of the...

    reference.aspose.com/words/java/com.aspose.word...