Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 42,197 for

document properties

(0.24 sec)
  1. Add Image Stamps to PDF in Python|Aspose.PDF fo...

    Learn how to add image stamps to PDF pages in Python....ImageStamp class provides the properties necessary for creating an...file. Load the PDF using ‘ap.Document()’. Create an image stamp...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  2. Aspose PDF (Java): Converting Document to pdf c...

    Hi Team, We are generating Document using aspose java and once we generated the Document we are saving same Document as pdf but for one scenario the column which we appended for table is showing wrongly in pdf but in wo…...Aspose PDF (Java): Converting Document to pdf causing some table...Hi Team, We are generating document using aspose java and once...

    forum.aspose.com/t/aspose-pdf-java-converting-d...
  3. 使用 Python 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 添加文本...data_dir , outfile ) document = apdf . Document ( path_infile ) #...Get particular page page = document . pages [ 1 ] # Create text...

    products.aspose.com/pdf/zh-hans/python-net/text/
  4. WarningInfoCollection Class | Aspose.Words for ...

    Discover Aspose.Words.WarningInfoCollection, a powerful class for managing WarningInfo objects, enhancing Document processing and error handling....the Programming with Documents documentation article. public class...The default constructor. Properties Name Description Count {...

    reference.aspose.com/words/net/aspose.words/war...
  5. ImageData.crop_right property | Aspose.Words fo...

    ImageData.crop_right property. Defines the fraction of picture removal from the right side....crop_right property ImageData.crop_right property Defines the...removal from the right side. @property def crop_right ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ImageData.crop_bottom property | Aspose.Words f...

    ImageData.crop_bottom property. Defines the fraction of picture removal from the bottom side....crop_bottom property ImageData.crop_bottom property Defines the...removal from the bottom side. @property def crop_bottom ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  7. WebExtensionPropertyCollection class | Aspose.W...

    Aspose.Words.WebExtensions.WebExtensionPropertyCollection class. Specifies a set of web extension custom Properties...set of web extension custom properties. To learn more, visit the...Office Add-ins documentation article. Properties Name Description...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::SignatureLine::get_IsVa...

    Aspose::Words::Drawing::SignatureLine::get_IsValid method. Indicates that signature line is signed by digital signature and this digital signature is valid in C++....Examples Shows how to sign a document with a personal certificate...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Fill.gradientVariant property | Aspose.Words fo...

    Fill.gradientVariant property. Gets the gradient variant [GradientVariant](../../gradientvariant/) for the fill....gradientVariant property Fill.gradientVariant property Gets the gradient...gradients. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table Cell Text with WrapText set to False does...

    Hello, I am trying to make text NOT wrap within a table cell, after being converted to a PDF from a Word Document. I am using: builder.CellFormat.WrapText = false; The Word Doc is created from scratdch, and it looks …...converted to a PDF from a Word document. I am using: builder.CellFormat...looks correct in the Word Document, but when converted to a PDF...

    forum.aspose.com/t/table-cell-text-with-wraptex...