Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
py-pdf
/
pdfly
Public
Notifications
You must be signed in to change notification settings
Fork
50
Star
570
Code
Issues
17
Pull requests
9
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
ENH: Add
--format
Option for Custom Page Sizes in
x2pdf
Command
- #65
#65
Open
mulla028
wants to merge 11 commits into
py-pdf:main
py-pdf/pdfly:main
from
mulla028:issue-63
mulla028/pdfly:issue-63
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
ENH: Add
--format
Option for Custom Page Sizes in
x2pdf
Command
#65
mulla028
wants to merge 11 commits into
py-pdf:main
py-pdf/pdfly:main
from
mulla028:issue-63
mulla028/pdfly:issue-63
Copy head branch name to clipboard
Commits
Commits on Oct 30, 2024
Introduced option to command. Udated help text to reflect new option.
mulla028
committed
fcf7aa2
View commit details
Copy full SHA for fcf7aa2
Browse repository at this point
Add support for custom page sizes in x2pdf with --format otion handling.
mulla028
committed
92a2c93
View commit details
Copy full SHA for 92a2c93
Browse repository at this point
Add test for --format option in x2pdf to validate custom page sizes.
mulla028
committed
7eab975
View commit details
Copy full SHA for 7eab975
Browse repository at this point
add optional --format parameter to x2pdf command for custom page sizes.
mulla028
committed
3108e70
View commit details
Copy full SHA for 3108e70
Browse repository at this point
implement get_page_size and enhanced error handling for format options.
mulla028
committed
aca5206
View commit details
Copy full SHA for aca5206
Browse repository at this point
::
mulla028
committed
bf50183
View commit details
Copy full SHA for bf50183
Browse repository at this point
test_x2pdf.py returned to the previous state
mulla028
committed
9fcb11a
View commit details
Copy full SHA for 9fcb11a
Browse repository at this point
Commits on Oct 31, 2024
Returned back entry point command parameters, as somewho it's been deleted
mulla028
committed
5d7d5ab
View commit details
Copy full SHA for 5d7d5ab
Browse repository at this point
Test unit returned as a separate command
mulla028
committed
0cb1d6e
View commit details
Copy full SHA for 0cb1d6e
Browse repository at this point
Update x2pdf main function to handle errors appropriately, returning non-zero code and adjusting success message if issue occur.
mulla028
committed
ecda603
View commit details
Copy full SHA for ecda603
Browse repository at this point
Enhance get_page_size to support -portrait suffix in page format handling.
mulla028
committed
c724c84
View commit details
Copy full SHA for c724c84
Browse repository at this point
You can’t perform that action at this time.