Foxit Developers Forum - Latest topics https://developerforums.foxit.com/latest Latest topics Tue, 23 Dec 2025 14:54:08 +0000 How to convert to image? Troubleshooting how to upload pdf to convert to image via curl? i need convert pdf to base64 string?

foxit api example:

curl --location 'https://na1.fusion.foxit.com/pdf-services/api/documents/convert/pdf-to-image' \
--header 'Content-Type: application/json' \
--data '{
  "documentId": "doc_abc123",
  "pageRange": "1-5",
  "config": {
    "dpi": 96
  }
}'

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/how-to-convert-to-image/34 Tue, 23 Dec 2025 14:54:08 +0000 No No No developerforums.foxit.com-topic-34 How to convert to image?
Some Recent Blog posts Announcements I’ll be using the Announcements categories to highlight new posts on our developer blog (Developer Blog - Foxit), but I thought I’d highlight the posts released over the past few weeks:

Introducing PDF APIs from Foxit - Foxit - A good introduction to the APIs

Generate Dynamic PDFs from JSON using Foxit APIs - Foxit - an introduction to Document Generation

How to Extract Text from PDFs using Foxit's REST APIs - Foxit - a look at Extract, part of PDF Services

How to Chain PDF Actions with Foxit - Foxit - a demo of how to ‘chain’ API calls together for more efficient workflows

Embed Secure eSignatures into Your App with Foxit API - Foxit - a look at the developer APIs available for eSign

Convert Office Docs to PDFs Automatically with Foxit PDF Services API - Foxit - a workflow example showing Pipedream support for document conversion with our APIs

Create Custom Invoices with Word Templates and Foxit Document Generation - Foxit - a Document Generation demo showing invoice creation

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/some-recent-blog-posts/32 Thu, 14 Aug 2025 18:16:07 +0000 No No No developerforums.foxit.com-topic-32 Some Recent Blog posts
N8n Templates for workflow developers Community Showcase I’ve created a few templates showing off our APIs over on n8n, a lowcode/nocode workflow platform (https://n8n.io). They are:

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/n8n-templates-for-workflow-developers/31 Thu, 14 Aug 2025 18:07:18 +0000 No No No developerforums.foxit.com-topic-31 N8n Templates for workflow developers
About the Community Showcase category Community Showcase Use this to share your implementations, or blog posts and videos about them!

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/about-the-community-showcase-category/30 Thu, 14 Aug 2025 17:34:07 +0000 Yes No No developerforums.foxit.com-topic-30 About the Community Showcase category
About the Feature Requests & Roadmap category Feature Requests & Roadmap This category is your place to make suggestions about new APIs and functionality. We’ll also use it to let you know of upcoming changes.

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/about-the-feature-requests-roadmap-category/28 Thu, 14 Aug 2025 17:11:48 +0000 Yes No No developerforums.foxit.com-topic-28 About the Feature Requests & Roadmap category
About the Troubleshooting category Troubleshooting Need help figuring out how an API works? Can’t get a response to be saved right? Ask your questions here!

Be sure to provide information that covers your platform, what you tried, and what error messages you may have gotten.

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/about-the-troubleshooting-category/27 Thu, 14 Aug 2025 17:09:44 +0000 Yes No No developerforums.foxit.com-topic-27 About the Troubleshooting category
About the Getting Started category Getting Started This part of our forum is for our developers who are new to the platform and have basic questions about how things operate and how to begin development.

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/about-the-getting-started-category/26 Thu, 14 Aug 2025 17:08:21 +0000 Yes No No developerforums.foxit.com-topic-26 About the Getting Started category
SDKs - Soft Launch? Trial? Just check it out! Announcements Last week I released two SDKs for our PDF Services, one for Node.js and one for Python. These are initial versions that don’t cover the full range of APIs, but are enough for folks to test them out and see if they’re useful. As an example, here’s a Python call to convert Word to PDF:

import pdf_service_sdk
import os 

CLIENT_ID = os.getenv("CLIENT_ID")
CLIENT_SECRET = os.getenv("CLIENT_SECRET")

sdk = pdf_service_sdk.PDFServiceSDK( client_id=CLIENT_ID,
                                     client_secret=CLIENT_SECRET)

sdk.word_to_pdf(input_path="../../inputfiles/input.docx",output_path="../../output/output_from_sdk.pdf")
print("Conversion completed successfully. Check the output file at ../../output/output_from_sdk.pdf")

I’ve put these up here, developerapidemos/sdktesting at main · foxitsoftware/developerapidemos · GitHub, with the plan to eventually publish them to npm, the appropriate place for Python, etc.

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/sdks-soft-launch-trial-just-check-it-out/24 Mon, 14 Jul 2025 13:49:25 +0000 No No No developerforums.foxit.com-topic-24 SDKs - Soft Launch? Trial? Just check it out!
Sample API Code (Python, Node.js) Announcements I’ve created a repository of sample code for our APIs. My goal here is for yall to have sample files you can take and tweak. They aren’t complete solutions per se, but simple scripts that show an API in action. To be honest, there isn’t a lot of documentation here, typically the file name just tells you what it’s doing, but these samples are how I did my testing.

Samples are mostly for Python, with some Node samples as well.

Repo: GitHub - foxitsoftware/developerapidemos: A repo for various demos related to our APIs (PDF Services, Document Generation, Embed, and eSign)

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/sample-api-code-python-node-js/21 Mon, 30 Jun 2025 14:34:07 +0000 No No No developerforums.foxit.com-topic-21 Sample API Code (Python, Node.js)
Hello World - Welcome Developers! Announcements My name is Raymond Camden, and I’m an API Evangelist for Foxit. I’d like to personally welcome you to our new APIs. I’ll be launching some sample code shortly, and am currently creating a lot of content to help yall make the best use of our APIs. Please reach out to me with any questions, comments, concerns, etc. I’m here to help. You can also email me directly at: [email protected].

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/hello-world-welcome-developers/20 Mon, 30 Jun 2025 13:27:06 +0000 Yes Yes No developerforums.foxit.com-topic-20 Hello World - Welcome Developers!
Welcome to Foxit Developers Forum! :wave: Announcements We are so glad you joined us.

Foxit Developers Forum

A place for Foxit API and SDK users to get support.

Here are some things you can do to get started:

:speaking_head: Introduce yourself by adding your picture and information about yourself and your interests to your profile. What is one thing you’d like to be asked about?

:open_book: Get to know the community by browsing discussions that are already happening here. When you find a post interesting, informative, or entertaining, use the :heart: to show your appreciation or support!

:handshake: Contribute by commenting, sharing your own perspective, asking questions, or offering feedback in the discussion. Before replying or starting new topics, please review the Community Guidelines.

If you need help or have a suggestion, feel free to contact the admins.

1 post - 1 participant

Read full topic

]]>
https://developerforums.foxit.com/t/welcome-to-foxit-developers-forum/5 Wed, 04 Jun 2025 14:49:57 +0000 Yes No No developerforums.foxit.com-topic-5 Welcome to Foxit Developers Forum! :wave: