About 89 results
Open links in new tab
  1. ghostscript: how to merge in a single PDF different pages from …

    Firstly, as I keep saying, Ghostscript (and the pdfwrite device) do not 'merge', 'concatenate', 'modify', 'edit' or whatever, PDF files. When you supply input to Ghostscript it fully interprets it, producing a …

  2. php - LazyGhostTrait deprecation message - Stack Overflow

    Jun 12, 2025 · enable_lazy_ghost_objects: true But unfortunately when I try to set it to false I'm having the following feedback: Lazy ghost objects cannot be disabled for ORM 3. So, I guess I cannot do …

  3. Trying to add a "ghost" text in a input form with javascript

    Mar 14, 2011 · Trying to add a "ghost" text in a input form with javascript Asked 14 years, 7 months ago Modified 14 years, 7 months ago Viewed 2k times

  4. Ghost: newest post with specific tag on the front page

    Dec 8, 2014 · I am developing a Ghost template for my blog. And I want to see on the front page only one newest post from posts with specific tag (eg "news"). Is it possible to filter posts by tag in foreach ...

  5. Ghostscript: PDF total pages - Stack Overflow

    I'm using Ghostscript library API (wrapping from C#) to print PDF documents from my application. With the ' -dFirstPage ' and ' -dLastPage ' parameters I'm able to select an range of pages to be printed, …

  6. Saving agents in Domino Designer 14 adds ghost libraries

    Jan 4, 2024 · Saving agents in Domino Designer 14 adds ghost libraries Asked 1 year, 11 months ago Modified 1 year, 11 months ago Viewed 140 times

  7. image - How to convert a PDF to PNG with ImageMagick "convert" or ...

    I'm trying to convert a PDF to a PNG image (at least the cover of one). I'm successfully extracting the first page of the PDF with pdftk. I'm using imagemagick to do the conversion: convert cover....

  8. Run Ghost in a subdirectory of my main Node.js application

    Jan 23, 2015 · With the new addition of using Ghost as a npm module do I still need Nginx or Apache?. As of now I have my main site running on localhost:3000 and the Ghost instance running on …

  9. c# - Create JWT token in PowerShell for Ghost - Stack Overflow

    Sep 29, 2022 · I'm trying to construct a JWT token to authenticate against my Ghost Blog, but all of their samples are in Javascript, Ruby and Python. Nothing in C# or PowerShell and I can't seem to make …

  10. Git ghost commit eludes log - Stack Overflow

    Jul 26, 2012 · Git would allow you commit your work to a ghost branch. I use the term ghost branch because the changes exist somewhere in the tree but evades git log --graph --decorate --oneline - …