Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 8,189 for

artifact

(0.02 sec)
  1. formattedtext - Aspose.PDF for Java - API Refer...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Method and Description void Artifact. setText ( FormattedText formattedText)...formattedText) Sets text of the artifact. void WatermarkAnnotation...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – کار با واترمارک در PDF از طریق C++https://products.aspose.com/pdf/fa/cpp/watermark/Recent content in کار با واترمارک در PDF از طریق C++ on Documentat......Artifacts", "url" : "https:\/\/products...کلاس مجموعه Aspose.Pdf.Page.Artifacts. ۱. ذخیره فایل PDF column...

    products.aspose.com/pdf/fa/cpp/watermark/index.xml
  3. ApsSaveOptions | Aspose.PDF for Python via .NET...

    Save options for export to APS XML format....PDF ApsLoadOptions Artifact...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  4. FormattedText - Aspose.PDF for Java - API Refer...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Method and Description void Artifact. setText ( FormattedText formattedText)...formattedText) Sets text of the artifact. void WatermarkAnnotation...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – C++ を使用して PDF のウォーターマークを操作するhttps://products.aspose.com/pdf/ja/cpp/watermark/Recent content in C++ を使用して PDF のウォーターマークを操作する on DocumentationHugo -- g......Artifacts コレクションクラスの Add メソッドを使用してウォーターマークを追加します。...// Read artifacts from first page line cl c1 n artifacts o = n...

    products.aspose.com/pdf/ja/cpp/watermark/index.xml
  6. XForm - Aspose.PDF for Java - API Reference

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....ImportResourceLoader Artifact Artifact.ArtifactSubtype Artifact.ArtifactType...XForm Artifact. getForm () Gets XForm of the artifact (if XForm...

    reference.aspose.com/pdf/java/com.aspose.pdf/cl...
  7. Add watermark/stamp to the PDF file - not visib...

    Hi, I am facing problem with adding the watermark to the PDF file. My goal is to have not selectable, visible watermark in my pdf file. I am using TextStamp to add watermark to my pdf file, but it is not visible. Funny…...WatermarkArtifact artifact = new WatermarkArtifact(); artifact.setText(formattedText);...setText(formattedText); artifact.setArtifactHorizonta(HorizontalAlignment...

    forum.aspose.com/t/add-watermark-stamp-to-the-p...
  8. NormalizeAngle | Aspose.Imaging for .NET API Re...

    NormalizeAngle Contents [ Hide ] RasterImage.NormalizeAngle method (1 of 2) Normalizes the angle. This method is appl...... Examples Skew is an artifact that might appear during document...

    reference.aspose.com/imaging/net/aspose.imaging...
  9. Is null expected from the method invocations be...

    Considering the source code below, I would like to know if: is it possible for the pages object to be null in any case (even with corrupted files)? is it possible for the page object to be null in any case (even with c…...due to which object/resource/artifact, such exception is occurring...

    forum.aspose.com/t/is-null-expected-from-the-me...
  10. SVG Background error 'Invalid image stream (Ima...

    I’m working on a POC to create a pdf, the issue I have is when I try to add a svg image as background with this code: BackgroundArtifact background = new BackgroundArtifact(); background.BackgroundImage = File.OpenRead…...Artifacts.Add(background); the background...pdf"); // Create Background Artifact object BackgroundArtifact...

    forum.aspose.com/t/svg-background-error-invalid...