Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 14,324 for

artifact

(0.07 sec)
  1. I Create watermark in pdf file auto center have...

    I have two type pdf i want add water mark center like this, my water is email user my mail “phamquocvu19992@gmail.com” maybe long or sort then pdf type 1: image.png (37.2 KB) pdf type 2: image.png (27.3 KB) how i ca…...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.SetTextAndState(...FontRepository.FindFont("Arial") }); artifact.ArtifactVerticalAlig = VerticalAlignment...

    forum.aspose.com/t/i-create-watermark-in-pdf-fi...
  2. Working with PDF Pages|Aspose.PDF for Java

    With Aspose.PDF for Java you can add pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic....watermarks in your PDF file using Artifact class. You will check the...watermarks in your PDF file with Artifact Class. Add Page Numbering...

    docs.aspose.com/pdf/java/working-with-pages/
  3. How to Run Aspose.CAD Docker image in Google Cl...

    Run Aspose.CAD Docker image in Google Cloud....function and images in the Artifact Registry repository. To create...if it doesn’t exist. Go to ‘Artifact Registry’ and create a repository...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  4. PDF page rotation causes incorrect coordinate p...

    I have a pdf. I used Aspose.PDF to view the page information and found that the pages of the document were rotated. This causes the page I see to be vertical, but the width and height obtained by page.Rect are horizontal…...50); var artifact = new WatermarkArtifact(); artifact.SetText(formatText);...SetText(formatText); artifact.IsBackground = false; // The position...

    forum.aspose.com/t/pdf-page-rotation-causes-inc...
  5. Underline and StrikeOut PDF watermark text - Fr...

    Hi, I’m trying to set up Underline and StrikeOut props on watermark text, but it doesn’t seem to work as expected. Here is my code: var wmText = “First Line\nSecond Line\nThird Line”; var lines = wmText.Split(new stri…...Document(filename); var artifact = new WatermarkArtifact(); artifact.SetLinesAndState(lines...true, StrikeOut = true }); artifact.ArtifactHorizontalAl = HorizontalAlignment...

    forum.aspose.com/t/underline-and-strikeout-pdf-...
  6. Working with PDF Pages in Python|Aspose.PDF for...

    How to add pages, add headers and footers, add watermarks you can know in this section. Aspose.PDF for Python via .NET explain to you all details on this topic....watermarks in your PDF file using Artifact class. You will check the...watermarks in your PDF file with Artifact Class. Add Page Numbering...

    docs.aspose.com/pdf/python-net/working-with-pages/
  7. Getting error while trying to upgrade to Aspose...

    Hi we are trying to upgrade aspose-total java version from 23.8 to 24.10 when we try to do so we get below error Failed to collect dependencies at com.aspose:aspose-total:pom:24.10 → com.aspose:aspose-drawing:jar:jdk18…...11 : Failed to read artifact descriptor for com.aspose...23.11: Could not transfer artifact com.aspose.ms.jdk.NetFram...

    forum.aspose.com/t/getting-error-while-trying-t...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Add, Get or Remove Watermark in PDF using C++https://products.aspose.com/pdf/cpp/watermark/Recent content in Add, Get or Remove Watermark in PDF usin......Artifacts collection class", "url" :...method Add of Aspose.Pdf.Page.Artifacts collection class. Save PDF...

    products.aspose.com/pdf/cpp/watermark/index.xml
  9. aspose.pdf | Aspose.PDF for Python via .NET API...

    The aspose.pdf is a root namespace for all classes of Aspose.Pdf library which are either directly in it like Document or indirectly through several subnamespaces.... Artifact Class represents PDF Artifact object. ArtifactCollection...ArtifactCollection Class represents artifact collection. BackgroundArtifact...

    reference.aspose.com/pdf/python-net/aspose.pdf/
  10. Add background to PDF with Python|Aspose.PDF fo...

    Add background image to the your PDF file with Python. Use the BackgroundArtifact class....contains a collection of artifacts. The BackgroundArtifact class...add () # Create Background Artifact object background = ap . BackgroundArtifact...

    docs.aspose.com/pdf/python-net/add-backgrounds/