pdf24

Forum Replies Created

Viewing 30 posts - 241 through 270 (of 538 total)
  • Author
    Posts
  • in reply to: Links #1489
    pdf24
    Member

    When printing to the PDF printer then links normally get lost.

    pdf24
    Member

    Without interaction is currently not possible but us planned for future releases.

    in reply to: Profiles #1494
    pdf24
    Member

    Default profile settings can't be changed. You can only use a default profile and derive a new one.

    PDF24 can be started with a profile name, but this feature is not working in any case and so we currently don't document that.

    Profiles are saved in registry. The key is HKEY_CURRENT_USER/Software/PDFPrint/profiles/fo

    in reply to: PDF24 Creator .msi Setup Parameter/Arguments #1410
    pdf24
    Member

    The amount of user interface that installer displays can be controlled with /q options, in particular:

    /qn - No interface
    /qb - Basic interface - just a small progress dialog
    /qb! - Like /qb, but hide the Cancel button
    /qr - Reduced interface - display all dialogs that don't require user interaction (skip all modal dialogs)
    /qn+ - Like /qn, but display "Completed" dialog at the end
    /qb+ - Like /qb, but display "Completed" dialog at the end

    in reply to: Edit a PDF #1490
    pdf24
    Member

    The PDF24 Creator can edit PDF files page based. You can't edit the content of a PDF page. The PDF files format wasn't made for content editing and that's why it is really hard to develop an editor. It's easier to use other text tools to create document and than you can export it as a PDF file. That's the common way and that is what you can do with the PDF24 Creator. Besides PDF creation the PDF24 Creator provides some extra useful features and tools. You can use the PDF24 Editor to edit a PDF file page-based. You can move, copy, add, delete pages and that are some powerful tools to create new documents based on others which was made by programs of your choice.

    in reply to: page numbering #1486
    pdf24
    Member

    Currently not. This features is still pending and will be integrated soon.

    in reply to: Metadata from Word #1485
    pdf24
    Member

    Try this:

    Click File->Properties->Screen

    Then check "Print Document Properties"

    Then print the doc.

    in reply to: 18 Page PDF importing only 1 page #1477
    pdf24
    Member

    Try to print the Document on the PDF24 PDF printer first to create a new document which then, hopefully, should work.

    in reply to: Two Instances of PDF printer? #1482
    pdf24
    Member

    You can install an a new printer manually. You only need to choose the right port to which the printer send the information. Look at the printer settings and then set up a new printer and give him a new name. choose the pdf24 printer driver end the pdf24 printer port. Then install the new printer.

    Search our forum, there is already an instruction on how to install a new printer manually.

    pdf24
    Member

    The php function call pdf24Plugin_link() produces some html code which are displayed where the function was invoked. One way to output image buttons instead of a pure text links is to add a new style for the link mode of the PDF24 plugin. Currently the link mode has two predefined styles which can be selected in the settings page of the plugin in your wordpress admin area. If you need a button, you can add a new template which contains the button code and a new style which styles the new button code.

    Currently there are no pages which explains that in detail, but if you follow my instructions above you will get what you need.

    pdf24
    Member

    Therefore you have to add a new template and a style for that template. Templates are located in the tpl folder of the plugin.
    You can copy the dfl.html and you can edit the copied file.

    Then add a new style file. Style files are located in styles folder of the plugin. The styles for the links are located in the styles/lp folder. Add a new style file here. You could copy the default_dfl.css and modify the copied one.

    The name default_dfl.css is composed of the style name "default" and the styles is connected with the "dfl" template.

    If you have a new template named myLink.html and you you want to create a new style with the name myStyle then name the new style file myStyle_myLink.css.

    After that the new style is available in the plugin settings as an option in the link area of the settings page.

    pdf24
    Member

    Do you use the latest version?
    Works fine in my tests in Windows 7.

    Is there another person with the same problems?

    in reply to: Blank pages #1425
    pdf24
    Member

    What happens if you print a document on the PDF printer?
    Keep the Editor open when you print.

    Are the documents encrypted which you what to load?

    in reply to: Scanning into a multi-paged PDF file #1418
    pdf24
    Member

    Please try the new PDF24 Creator 4.9. This version brings some fixes and I hope that it now works. Please give feedback.

    in reply to: "Save As" can not load the current user directory #1469
    pdf24
    Member

    What do you mean? Please install as local as local user.
    A reboot would help in your case.

    in reply to: PDF24 not working in Firefox #1443
    pdf24
    Member

    Strange. Firefox is normally no problem. I work with firefox too. Maybe caused by an ad on. If you find the problem please tell us here so that we can look at that.

    in reply to: Is PDF24 free to use also in the organizations. #1447
    pdf24
    Member

    PDF24 is also free for organization.

    in reply to: New API popup window issue #1448
    pdf24
    Member

    We have overworked the parts and now it should work. We have limited the total number of email addresses to 5.

    in reply to: MSI Install Doesn't Install Driver? #1449
    pdf24
    Member

    Oh yes, the current MSI had an error. The pdf24.exe was not started correctly after the install process. An reboot helped, but we don't like reboots and so we made a new setup which fixes this problem.

    Please download the current setup file and you will be happy.

    in reply to: PDF24PDf does not work after XP computer reboot #1454
    pdf24
    Member

    Strange. Normally PDF24 don't need the .Net Framework. PDF24 is not written in .Net. It's entirely written in C++

    in reply to: PDF24PDf does not work after XP computer reboot #1451
    pdf24
    Member

    Hm ok, you can further check whether the is the print spooler service is disabled?

    in reply to: PDF24PDf does not work after XP computer reboot #1453
    pdf24
    Member

    Can it be that the pdf24.exe is not running after reboot? This process is needed to handle the print jobs. Check if there is an autostart entry for that process.

    in reply to: Error Startxref #1455
    pdf24
    Member

    I think that the PDF file has no xref section which PDF24 needs.
    You can crate a new working PDF file by printing the original one on the PDF printer. This creates a new PDF file which then will work.

    in reply to: WP Plugin: Line break; image captions #1457
    pdf24
    Member
    in reply to: msi customization #1461
    pdf24
    Member

    Disabling auto update can be done with an setup argument. Please read this topic http://en.pdf24.org/forum/about874.html. There you can find all supported MSI setup arguments.

    Currently I can't assist you in editing the MSI. This is not quite easy. You have to do it yourself.

    Maybe we will add a new command line argument too load an alternative logo, but this is currently not supported.

    It would be easier, if you use the current msi setup. Run the Setup with AUTOUPDATE=No

    After installation copy a logo.bmp file to the install directory to change the default logo.

    This is I think easier than changing the MSI file.

    A small script could do the job.

    in reply to: Support for Romanian fax numbers #1456
    pdf24
    Member

    Romanian landlines are now supported.

    in reply to: Window location #1463
    pdf24
    Member

    Ok, I'll check that and if it is the case then I can change it so that it is fixed in the next release.

    in reply to: msi customization #1459
    pdf24
    Member

    Well yes, the MSI could be repackaged to customize the setup. ORCA should work, WIX should work to.

    pdf24
    Member

    Did you checked the box above the document information to use the document information. If you don't do this then no document information will be added.

    in reply to: Installation through Group Policy in Domain #1148
    pdf24
    Member

    The page has been moved to a new location:
    http://en.pdf24.org/forum/about874.html

Viewing 30 posts - 241 through 270 (of 538 total)