Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 213,381 for

new

(0.11 sec)
  1. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = New Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...following code: var document = new Aspose.Pdf.Document(filename);...Text; var lines = wmText.Split(new string[] { "\r\n", "\r", "\\r"...

    forum.aspose.com/t/get-watermark-text-from-pdf/...
  2. ITextShaperFactory | Aspose.Words for Java

    An interface of a factory for constructing ITextShaper implementations in Java....fontBlob, int faceIndex) Returns new instance of a text shaper for...fontPath, int faceIndex) Returns new instance of a text shaper for...

    reference.aspose.com/words/java/com.aspose.word...
  3. Creating Indexed PSD Files in 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....properties $create_options = new PsdOptions (); \ # Set source...$create_options -> setSource ( new FileCreateSource ( $dataDir ...

    docs.aspose.com/imaging/java/creating-indexed-p...
  4. Extract Paragraph from PDF|Aspose.PDF for Andro...

    Learn how to extract specific paragraphs from a PDF document in Android/Java using Aspose.PDF for content extraction.... Document doc = new Document ( _dataDir + "input...ParagraphAbsorber absorber = new ParagraphAbsorber (); absorber...

    docs.aspose.com/pdf/androidjava/extract-paragra...
  5. Aspose.PSD for .NET 22.9 - Release Notes|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....save options PsdOptions p16 = new PsdOptions () { ChannelBitsCount...img . Save ( outputImageFile , new PngOptions () { ColorType = Aspose...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-9...
  6. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  8. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...{ // Create a new document Document doc = new Document(); DocumentBuilder...DocumentBuilder builder = new DocumentBuilder(doc); // Access the...

    forum.aspose.com/t/adjust-right-indent-w-adjust...
  9. Data tag being removed after PDF to TIFF conver...

    We are currently using Aspose.PDF version 21.12.0.0 in .NET and are experiencing an issue during PDF to TIFF conversion. Specifically, all data tags on the PDF document are completely removed after the conversion. Could …...Open document pdfDocument = new Document(strSourceFile); // Create...TiffSettings tiffSettings = new TiffSettings { Compression =...

    forum.aspose.com/t/data-tag-being-removed-after...
  10. 在 Apache POI 和 Aspose.Cells 中拆分窗格|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.... Java //Instantiate a new workbook / Open a template file...file Workbook book = new Workbook ( dataDir + "workbook.xls" );...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...