Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 18 of 18 for

radius

(0.05 sec)
  1. HTML to pdf conevrsion is failing - Free Suppor...

    Hi Team, I am trying to convert this file by apsose html to pdf api but getting following error. { “message”: “Failed to parse URL: /testfolder/test-template2.pdf”, “data”: {}, “innerException”: null, “helpLink”: …...quote-id { border-radius: 20px; background: #3E3C90;...align-items: center; gap: 6px; border-radius: 8px; border: 0.5px solid #D5D5DD;...

    forum.aspose.cloud/t/html-to-pdf-conevrsion-is-...
  2. CSS styling is not working properly - Free Supp...

    Hi @andrey.gubal image.png (61.9 KB) image.png (62.3 KB) Creating this ticket in the right forum. Facing issues with CSS all the text is mis alligned and coming with no space. html code for this <!DOCTYPE html> <ht…...quote-id { border-radius: 20px; background: #3E3C90;...align-items: center; gap: 6px; border-radius: 8px; border: 0.5px solid #D5D5DD;...

    forum.aspose.cloud/t/css-styling-is-not-working...
  3. Html to pdf conversio is ot converting the file...

    Hi Team I am trying to convert following html file to pdf. Please check the attached screenshot for the difference in actual file and the generated file. Adding html code also for ur reference. Actual file image.pn…...quote-id { border-radius: 20px; background: #3E3C90;...align-items: center; gap: 6px; border-radius: 8px; border: 0.5px solid #D5D5DD;...

    forum.aspose.cloud/t/html-to-pdf-conversio-is-o...
  4. HTML File with External CSS Reference is not ad...

    Hi Team, I am trying following simple html file with external css to convert it to pdf. It is getting converted but css is not getting loaded. This is my conversion script. var api = require(‘@asposecloud/aspose-html…...#ecf0f1 ; padding: 15px; border-radius: 5px; margin-bottom: 20px;...

    forum.aspose.cloud/t/html-file-with-external-cs...
  5. all.css

    /*! * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa,.fab,.fal,.......08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}...

    use.fontawesome.com/releases/v5.8.1/css/all.css
  6. select2.min.css

    .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;dis......rder:1px solid #aaa;border-radius:4px;box-sizing:border-box;...bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open...

    id.containerize.com/css/select2.min.css
  7. Add Tables to PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to add a Tables to a PDF Document. Check the Python source code to add a Tables into PDF file....border_table_border , rounded_border_radius = 2 ) return table def add_table_on_page...

    products.aspose.cloud/pdf/python/table/add/
  8. Replace Tables in PDF via Cloud Python SDK

    Aspose.PDF Cloud allows you to replace a Tables in a PDF Document. Check the Python source code to replace a Tables in PDF file....border_table_border , rounded_border_radius = 2 ) return table def replace_table...

    products.aspose.cloud/pdf/python/table/replace/